-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webhook: Configure TLS Min Version and Cipher Suites using environmen…
…t variables (#361) * webhook: Use kube-admission-webhook server The webhook server from kube-admission-webhook allows to configure CipherSuites. Signed-off-by: Quique Llorente <[email protected]> * webhook: Read CipherSuites from environment To configure the cipher suites the TLS_CIPHERS has to be set with a comma separated list of cipher suites. Signed-off-by: Quique Llorente <[email protected]> * webhook: Read TLS Min version from environment It will read TLS_MIN_VERSION to set the webhook server TLS min version to that value. Signed-off-by: Quique Llorente <[email protected]>
- Loading branch information
Showing
21 changed files
with
954 additions
and
273 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
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
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
Oops, something went wrong.