Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OIDC variables as environment variables #931

Open
CygnusHyoga opened this issue Mar 1, 2024 · 3 comments
Open

Add support for OIDC variables as environment variables #931

CygnusHyoga opened this issue Mar 1, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@CygnusHyoga
Copy link

It would be nice to have support to define OIDC configuration by environment variables. To be able to configure the service automatically at the time of deployment, in a simple way and without extra manual steps. Thanks.

Variables:

  • clientID
  • clientSecret
  • issuer
  • redirectURL
  • scopes
@BeryJu
Copy link
Owner

BeryJu commented May 24, 2024

For the time being you can set a bootstrap token to do this via the API, I don't really want to add a special case just for these settings so the question would be more so about adding an option to provide any default config via environment variables

@BeryJu BeryJu added the enhancement New feature or request label May 24, 2024
@BeryJu BeryJu changed the title [Feature Request] Add support for OIDC variables as environment variables Add support for OIDC variables as environment variables May 24, 2024
@CygnusHyoga
Copy link
Author

Yes, I agree...adding an option to provide any default config via environment variables.

It could also be interesting to add to gravity's terraform provider, a module to configure OIDC.

@BeryJu
Copy link
Owner

BeryJu commented May 24, 2024

Oh yeah I thought this was already possible, but alas it is not yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants