You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I‘d like to be able to deploy a fully configured cluster with multiple services and a pre-determined user base. Manually configuring a new authentik installation with users, applications and providers is inconvenient.
Describe the solution you'd like
Being able to provide a seeding/bootstrapping configuration to authentik to pre-fill the installation in a GitOps way would be great.
Describe alternatives you've considered
Writing a shell script which calls the API to pre-populate the environment after it becomes available for the first time
Seeding the information in the same JSON format via env variables which are imported as if they arrive via API calls. Read on first start as e.g. AUTHENTIK_BOOTSTRAP_PASSWORD
Implementing a crossplane-provider to dynamically keep authentik up to date. That‘s probably what I‘ll try, as I wanted to try out crossplane either way.
The text was updated successfully, but these errors were encountered:
Is this something you are interested in having?
I'll work on it some more, currently it only manages users, for my use case groups, applications and providers are a minimum requirement, but I'd be willing to make it more or less complete, if anybody else likes the idea.
Is your feature request related to a problem? Please describe.
I‘d like to be able to deploy a fully configured cluster with multiple services and a pre-determined user base. Manually configuring a new authentik installation with users, applications and providers is inconvenient.
Describe the solution you'd like
Being able to provide a seeding/bootstrapping configuration to authentik to pre-fill the installation in a GitOps way would be great.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: