Hi all,

Followed [1] to create a multi node setup with a single master and three
nodes using the ansible installer. After the all nodes started
successfully, tried to use the CLI tool against the Openshift cluster,
similar to how I used it in the local minishift environment, to login as
the default system admin (system:admin):

*oc login -u system:admin*

Then, I'm prompted for a password, which did not happen locally.

Checked the master configuration file master-config.yaml, and the section
is similar to [4]. AFAIU from the docs, the
AllowAllPasswordIdentityProvider configuration will allow any non empty
username and password to login to the system, but not relevant to the
cluster administrator. Please correct if I'm wrong.

Also went through the user management [2] and authorization documents [3]
but I was unable to figure out how to configure/find the default admin
credentials. Please do share your inputs on how to proceed from here.

[1].
https://docs.openshift.org/latest/install_config/install/advanced_install.html#configuring-host-port
[2]. https://docs.openshift.org/latest/admin_guide/manage_users.html
[3].
https://docs.openshift.org/latest/architecture/additional_concepts/authorization.html
[4].
  identityProviders:
  - challenge: true
    login: true
    mappingMethod: claim
    name: allow_all
    provider:
      apiVersion: v1
      kind: AllowAllPasswordIdentityProvider

-- 
Thanks and Regards,
Isuru
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to