charts/charts/dex-aio
Shiba, Sidney f945f6a916 dex-aio - missing idp-ca.crt for refresh token
Once the id_token expires, kubectl uses the refresh token to obtain new
id_token and refresh token. This process requires the attribute
idp-certificate-authority under users.user.auth-provider.config in the
kubeconfig file, which was missing when this file was generated.

This patchset adds the attribute in values.yaml that will be used to
generate the config.yaml file for the authenticator container, which
will include the instructions for including the missing
idp-certificate-authority and associated certificate in the kubeconfig
file.

Also, added the namespace for the templates as dex needs to be deployed
in the same namespace as the target-cluster management resources, e.g.,
target-infra.

Relates-to: #6

Change-Id: Ie871d1d47f160da035fdfa80016699c519d4c2dd
2021-09-17 18:35:14 +00:00
..
templates dex-aio - missing idp-ca.crt for refresh token 2021-09-17 18:35:14 +00:00
.helmignore Rework AIO 2021-01-11 06:51:03 +00:00
Chart.yaml add initial chart - dex-aio 2020-09-25 18:29:56 +00:00
values.schema.json add initial chart - dex-aio 2020-09-25 18:29:56 +00:00
values.yaml dex-aio - missing idp-ca.crt for refresh token 2021-09-17 18:35:14 +00:00