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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
I am trying to use a Helm chart to automatically deploy Konga on a Kubernetes cluster, and I would like two settings to be done automatically for a minimal usability:
Create an admin account with a certain password.
Automatically configure a Connection with the URL of my kong admin service.
Apparently, it seems there are no variables for this.
I would expect to be able to pass to Docker something like:
Is there already any way to accomplish this target by other means? Thanks a lot.
The text was updated successfully, but these errors were encountered:
rsalinas
changed the title
Missing feature to create admin user directly from environment variables in Docker
Missing feature to PROVISION basic configuration (create admin user directly from environment variables in Docker)
Jul 27, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to use a Helm chart to automatically deploy Konga on a Kubernetes cluster, and I would like two settings to be done automatically for a minimal usability:
Apparently, it seems there are no variables for this.
I would expect to be able to pass to Docker something like:
KONGA_ADMIN_USER=myadmin
KONGA_ADMIN_PASSWD=mypasswd
KONGA_ADMIN_EMAIL=konga@github.com
and
KONGA_CONN_NAME=Kong
KONGA_CONN_TYPE=Default
KONGA_CONN_URL=http://kong-kong-admin:8001
Is there already any way to accomplish this target by other means? Thanks a lot.
The text was updated successfully, but these errors were encountered: