vault: use full group name format for Kanidm
Some checks are pending
Run nix flake check / flake-check (push) Has started running
Some checks are pending
Run nix flake check / flake-check (push) Has started running
This commit is contained in:
@@ -24,7 +24,7 @@ resource "vault_jwt_auth_backend_role" "admin" {
|
|||||||
|
|
||||||
user_claim = "preferred_username"
|
user_claim = "preferred_username"
|
||||||
groups_claim = "groups"
|
groups_claim = "groups"
|
||||||
bound_claims = { groups = "admins" }
|
bound_claims = { groups = "admins@home.2rjus.net" }
|
||||||
role_type = "oidc"
|
role_type = "oidc"
|
||||||
oidc_scopes = ["openid", "profile", "email", "groups"]
|
oidc_scopes = ["openid", "profile", "email", "groups"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user