-
Notifications
You must be signed in to change notification settings - Fork 25
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
Customised path for Dex not working #128
Comments
Hello @stanleyz, you are right I think that part can be changed and take the value from the dex config path |
stanleyz
added a commit
to stanleyz/terrakube-helm-chart
that referenced
this issue
Jul 10, 2024
Problem: The /dex was hard-coded in the affect file which stop Terrakube Registry to be working with customized Dex path This change address this by using the value of `issuer` from Dex configuration section.
stanleyz
added a commit
to stanleyz/terrakube-helm-chart
that referenced
this issue
Jul 10, 2024
Problem: The /dex was hard-coded in the affect file which stop Terrakube Registry to be working with customized Dex path This change address this by using the value of `issuer` from Dex configuration section.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a parameter in values.yaml to configure the path for Dex, namely
.Values.ingress.dex.path
, but/dex
is refered in some places directly, for example in the below lineterrakube-helm-chart/charts/terrakube/templates/secrets-registry.yaml
Line 17 in 57db6ad
The text was updated successfully, but these errors were encountered: