Olaf Bohlen
2020-07-07 fe3b2622644d70bb8b2b3c46e225e4e8b4dae63d
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