Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Initial chart for the OpenFaaS authentication proxy tech preview.
Deploy the auth proxy
Create a secret for the static API token:
openssl rand -hex 32 > access-token kubectl create secret generic \ -n openfaas \ auth-proxy-access-token \ --from-file access_token=./access-token
Example values.yaml configuration:
Install the auth proxy with Helm:
Configure Ingress for the auth proxy
Optionally ingress can be configured for the auth proxy through the OpenFaasS helm chart similar to how it is done for the Gateway and Dasboard. Modify the
ingress
section of the openfaas chart to add atls
andhosts
entry for the auth proxy:Why is this needed?
Who is this for?
What company is this for? Are you listed in the ADOPTERS.md file?
How Has This Been Tested?
Types of changes
Checklist:
git commit -s