Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.
This repository was 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

@rsalinas

Description

@rsalinas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions