spiffe / helm-charts-hardened

Apache License 2.0
13 stars 26 forks source link

Add example for using SPIRE for mTLS with Keycloak #248

Closed moritzschmitz-oviva closed 4 months ago

kfox1111 commented 4 months ago

Very interesting. Thanks for working on this. :)

kfox1111 commented 4 months ago

For setting up the initial values, would it make sense to use the charts built in bootstrapping capabilities? https://artifacthub.io/packages/helm/bitnami/keycloak#keycloak-config-cli-parameters

can use it like:

keycloakConfigCli:
  enabled: true
  configuration:
    test.json: |
      {
        "realm": "test",
        "enabled": true,
      ...
moritzschmitz-oviva commented 4 months ago

For setting up the initial values, would it make sense to use the charts built in bootstrapping capabilities? https://artifacthub.io/packages/helm/bitnami/keycloak#keycloak-config-cli-parameters

can use it like:

keycloakConfigCli:
  enabled: true
  configuration:
    test.json: |
      {
        "realm": "test",
        "enabled": true,
      ...

Yes, I will check. Probably better way to go.

v0lkan commented 4 months ago

+1 for this contribution 🤘.