Add Vault OIDC authentication via Authentik

Configure Vault to use Authentik as OIDC identity provider for SSO login.
Creates OAuth2 provider/application in Authentik, adds OIDC auth backend,
admin policy, and maps "authentik Admins" group to full vault-admin access.
This commit is contained in:
Viktor Barzin 2026-03-14 13:53:05 +00:00
parent 44aa6d61c2
commit 1dec7e6bea
5 changed files with 410 additions and 214 deletions

View file

@ -0,0 +1,8 @@
include "root" {
path = find_in_parent_folders()
}
dependency "platform" {
config_path = "../platform"
skip_outputs = true
}