-
Notifications
You must be signed in to change notification settings - Fork 45
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
Template and store the external IDP configurations and Dex static user store as a service configuration #2261
Labels
topic:operations
Operations-related issues
Comments
Ebaneck
added
topic:operations
Operations-related issues
topic: cluster&service configuration
Anything related to cluster and service configuration persistence
labels
Feb 26, 2020
Ebaneck
removed
the
topic: cluster&service configuration
Anything related to cluster and service configuration persistence
label
Feb 27, 2020
Ebaneck
added a commit
that referenced
this issue
Feb 28, 2020
This chart is rendered using the following commmand: ./charts/render.py dex --namespace metalk8s-auth charts/dex.yaml --service-config dex metalk8s-dex-config charts/dex/ > salt/metalk8s/addons/dex/deployed/chart.sls Closes: #2261
Ebaneck
added a commit
that referenced
this issue
Feb 28, 2020
This chart is rendered using the following commmand: ./charts/render.py dex --namespace metalk8s-auth charts/dex.yaml --service-config dex metalk8s-dex-config charts/dex/ > salt/metalk8s/addons/dex/deployed/chart.sls Closes: #2261
Ebaneck
added a commit
that referenced
this issue
Mar 2, 2020
This chart is rendered using the following commmand: ./charts/render.py dex --namespace metalk8s-auth charts/dex.yaml --service-config dex metalk8s-dex-config charts/dex/ > salt/metalk8s/addons/dex/deployed/chart.sls Closes: #2261
Ebaneck
added a commit
that referenced
this issue
Mar 4, 2020
This chart is rendered using the following commmand: ./charts/render.py dex --namespace metalk8s-auth charts/dex.yaml --service-config dex metalk8s-dex-config charts/dex/ > salt/metalk8s/addons/dex/deployed/chart.sls Note: The `Dex` secret automatically generated in `chart.sls` has been replaced with `secret.sls` because we require iterating over list([]) structures which cannot be included in `dex.yaml` before rendering using the `render.py` Each time a user generated the `chart.sls`, the `Dex` secret yaml section needs to be removed. Closes: #2261
Ebaneck
added a commit
that referenced
this issue
Mar 4, 2020
This chart is rendered using the following commmand: ./charts/render.py dex --namespace metalk8s-auth charts/dex.yaml --service-config dex metalk8s-dex-config charts/dex/ > salt/metalk8s/addons/dex/deployed/chart.sls Note: The `Dex` secret automatically generated in `chart.sls` has been replaced with `secret.sls` because we require iterating over list([]) structures which cannot be included in `dex.yaml` before rendering using the `render.py` Each time a user generated the `chart.sls`, the `Dex` secret yaml section needs to be removed. Closes: #2261
Ebaneck
added a commit
that referenced
this issue
Mar 4, 2020
This chart is rendered using the following commmand: ./charts/render.py dex --namespace metalk8s-auth charts/dex.yaml --service-config dex metalk8s-dex-config charts/dex/ > salt/metalk8s/addons/dex/deployed/chart.sls Closes: #2261
Ebaneck
added a commit
that referenced
this issue
Mar 4, 2020
This chart is rendered using the following commmand: ./charts/render.py dex --namespace metalk8s-auth charts/dex.yaml --service-config dex metalk8s-dex-config charts/dex/ > salt/metalk8s/addons/dex/deployed/chart.sls Closes: #2261
Ebaneck
added a commit
that referenced
this issue
Mar 5, 2020
This chart is rendered using the following commmand: ./charts/render.py dex --namespace metalk8s-auth charts/dex.yaml --service-config dex metalk8s-dex-config charts/dex/ > salt/metalk8s/addons/dex/deployed/chart.sls Closes: #2261
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component:
'salt', 'kubernetes', 'charts'
Why this is needed:
To guarantee the persistence of external IDP configurations and the Dex static user we provision by default, we need to store these service configurations using a ConfigMap.
What should be done:
Implementation proposal (strongly recommended):
Test plan:
Epic: #1996
The text was updated successfully, but these errors were encountered: