July 2018
Intermediate to advanced
504 pages
11h 34m
English
This is the default identity provider for MiniShift and OpenShift Origin, including when the master is started without its configuration file. It allows all users with all passwords, so no authentication is performed. It is only useful for debugging purposes when you integrate your cluster with a corporate identity solution.
A configuration snippet from the master configuration file for this provider is as follows:
...<output omitted>... identityProviders: - challenge: true login: true mappingMethod: claim name: anypassword provider: apiVersion: v1 kind: AllowAllPasswordIdentityProvider...<output omitted>...
Read now
Unlock full access