Created
February 19, 2023 22:11
-
-
Save waynedovey/61293c846dd65c40c426b5eda6616dd5 to your computer and use it in GitHub Desktop.
oauth-htpasswd.yaml
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
apiVersion: config.openshift.io/v1 | |
kind: OAuth | |
metadata: | |
name: cluster | |
spec: | |
identityProviders: | |
- name: my_htpasswd_provider | |
mappingMethod: claim | |
type: HTPasswd | |
htpasswd: | |
fileData: | |
name: htpass-secret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment