htpasswd auth


title: “htpasswd auth”
date: 2020-10-20T08:50:36
slug: htpasswd-auth


Konfigurieren der Authentifizierung

apiVersion: config.openshift.io/v1
kind: OAuth
metadata:
 name: cluster
spec:
 identityProviders:
 - name: my\_htpasswd\_provider
 mappingMethod: claim
 type: HTPasswd
 htpasswd:
 fileData:
 name: htpasswd-secret
Print Friendly, PDF & Email