Skip to content
#

keycloak

Here are 958 public repositories matching this topic...

awoimbee
awoimbee commented Apr 20, 2022

https://github.com/codecentric/helm-charts/blob/722786d16411635e62caac4e2fa8d42b6800e955/charts/keycloakx/values.yaml#L406

It should be .Values, not .Value.
This causes:

error calling tpl: error during tpl function execution for "{{ trimSuffix \"/\" .Value.http.relativePath}}/metrics": template: keycloakx/templates/servicemonitor.yaml:1:24: executing "keycloakx/templates/servicemonit
bug good first issue
vladninja
vladninja commented Jul 16, 2021

Hi, I am using this amazing plugin with Vue 2 + Composition API.
The problem is - $keycloak not available in context.
In setup(props, context), in context.root there is no information about $keycloak.

The only one way to solve this is on creating a Vue instance, create a watcher, which "sync" results from the $keycloak to my store and then, I will have an information in the setup, but it's o

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the keycloak topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the keycloak topic, visit your repo's landing page and select "manage topics."

Learn more