Olaf Bohlen
2020-07-07 9ce964724ad37709b68121f1ae4134f33eb469ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: config.openshift.io/v1
kind: OAuth
metadata:
  annotations:
    release.openshift.io/create-only: "true"
  name: cluster
spec:
  identityProviders:
  - htpasswd:
      fileData:
        name: htpasswd-secret
    mappingMethod: claim
    name: htpasswd_provider
    type: HTPasswd