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

Request for bitnami/keycloak-config-cli #22

Closed
roderik opened this issue Jul 20, 2022 · 2 comments
Closed

Request for bitnami/keycloak-config-cli #22

roderik opened this issue Jul 20, 2022 · 2 comments

Comments

@roderik
Copy link

roderik commented Jul 20, 2022

I use it in the helm chart to preconfigure the realm, but it just does nothing when running the and version.

It does not look like there is anything difficult installed (java and a jar file) but I don't really know how to get started on a PR.

  keycloakConfigCli:
    enabled: true
    backoffLimit: 3
    # https://github.com/bitnami/charts/issues/10796
    command:
      - java
      - -jar
      - /opt/bitnami/keycloak-config-cli/keycloak-config-cli-18.0.1.jar
    extraVolumes:
      - name: secret-volume
        secret:
          secretName: secondary-keycloak-config
    extraVolumeMounts:
      - name: secret-volume
        mountPath: "/custom-config"
        readOnly: true
    extraEnvVars:
      - name: IMPORT_FILES_LOCATIONS
        value: /custom-config/*
@roderik
Copy link
Author

roderik commented Jul 21, 2022

@ZCube I see the commits! Thanks a ton!

@ZCube
Copy link
Owner

ZCube commented Jul 22, 2022

@roderik I'll close this issue.

@ZCube ZCube closed this as completed Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants