Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Missing feature to PROVISION basic configuration (create admin user directly from environment variables in Docker) #812

Open
rsalinas opened this issue Jul 26, 2023 · 0 comments

Comments

@rsalinas
Copy link

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:

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.

@rsalinas 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant