Skip to content
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

Auth layer umbrella chart #52

Merged
merged 18 commits into from
Apr 15, 2024
Merged

Auth layer umbrella chart #52

merged 18 commits into from
Apr 15, 2024

Conversation

AlfredoG87
Copy link
Contributor

@AlfredoG87 AlfredoG87 commented Apr 4, 2024

Description:

  • Added an umbrella chart for installing both the auth-proxy and the auth-server with the same chart
  • Instructions on how to configure it
  • GHA WF to test it
  • Modified the previous Chart test name to be more descriptive, since now we have 2 umbrella charts on the repo.

Related issue(s):

Fixes #22

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
…for ease of finding a section.

Also ordered alphabetically the `values.yaml` file.

minor improvements to the documentation suggested by PR review

Signed-off-by: Alfredo Gutierrez <[email protected]>
… secretsEnv values, and included it on a secret.yaml template, that can come from global.auth.clientSecret or from secretsEnv.clientSecret, also added a fallback that generates a random secret in case none is provided.

Signed-off-by: Alfredo Gutierrez <[email protected]>
…tSecret since this should be provided by the auth server in use.

so this changes make it so that when a clientSecret is not provided the chart installation will fail

Signed-off-by: Alfredo Gutierrez <[email protected]>
…`auth-server` with the same chart, instructions on how to configure it and GHA WF to test it, modified the previous Chart test name to be more descriptive, since now we have 2 umbrella charts on the repo.

Signed-off-by: Alfredo Gutierrez <[email protected]>
@AlfredoG87 AlfredoG87 self-assigned this Apr 4, 2024
@AlfredoG87 AlfredoG87 added the New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. label Apr 4, 2024
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
@AlfredoG87 AlfredoG87 changed the base branch from main to proxy-helm-chart April 4, 2024 22:56
Base automatically changed from proxy-helm-chart to main April 15, 2024 18:08
@AlfredoG87 AlfredoG87 requested a review from a team as a code owner April 15, 2024 18:08
@AlfredoG87 AlfredoG87 merged commit a93fd92 into main Apr 15, 2024
5 checks passed
@AlfredoG87 AlfredoG87 deleted the auth-layer-umbrella-chart branch April 15, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature A new feature, service, or documentation. Major changes that are not backwards compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth-Layer: Helm integration
2 participants