How do I configure OIDC using env variables for automatic deployment? #163
-
https://gokapi.readthedocs.io/en/latest/advanced.html#available-environment-variables I can't find how to set the env variables to connect to Entra ID. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
How can this run in Kubernetes? Do I really need to do the UI setup every time a pod starts?
How can I configure it to just start, without having to use the UI to configure it? The Docs say I can set it up without any interacting, by setting env variables, but I can't seem to make it work: https://gokapi.readthedocs.io/en/latest/advanced.html#environment-variables |
Beta Was this translation helpful? Give feedback.
-
Aha, I found this from the creator: I'll try again, with those set.
My original question about how to configure OIDC ENTRA ID using ENV variables still stands though. |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the help @Forceu ! Will open a new discussion if I hit any problems I can't figure out via docs and a bit of tinkering myself. EDIT: Oops, how do I close as resolved? Feel free to mark your response as answer, and close this discussion :) |
Beta Was this translation helpful? Give feedback.
-
Please note: The documentation is only for the current preview version and not included in the latest release yet! For other readers interested in the solution: An overview for automatic deployment has been added to the documentation: https://gokapi.readthedocs.io/en/latest/advanced.html#automatic-deployment In summary, the setup has to be ran once and afterwards the configuration file can be added to new instances, in order to skip the setup. |
Beta Was this translation helpful? Give feedback.
Please note: The documentation is only for the current preview version and not included in the latest release yet!
For other readers interested in the solution: An overview for automatic deployment has been added to the documentation:
https://gokapi.readthedocs.io/en/latest/advanced.html#automatic-deployment
In summary, the setup has to be ran once and afterwards the configuration file can be added to new instances, in order to skip the setup.