forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/kong] Allow admin_gui_auth_conf to be defined as an external …
…secret (helm#19678) * [stable/kong] Allow admin_gui_auth_conf to be defined externally This adds support for providing a secret name rather than the contents of admin_gui_auth_conf directly. For LDAP authentication, the admin_gui_auth_conf contents include an LDAP password which would be in plaintext in the pod spec's environment variables. This prevents the LDAP password from being exposed by keeping it in a secret defined outside of the helm chart, similar to other sensitive data. Signed-off-by: Peter Rifel <pgrifel@gmail.com> * [stable/kong] Fix readme typo in session_conf_secret value name Signed-off-by: Peter Rifel <pgrifel@gmail.com>
- Loading branch information
1 parent
663b715
commit 029e878
Showing
4 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,5 @@ maintainers: | |
name: kong | ||
sources: | ||
- https://github.com/Kong/kong | ||
version: 0.29.0 | ||
version: 0.30.0 | ||
appVersion: 1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters