Activity log for bug #1807668

Date Who What changed Old value New value Message
2018-12-10 07:55:01 Martin André bug added bug
2018-12-10 07:58:54 Martin André description Initial deployment is done with: OpenShiftGlobalVariables: openshift_master_identity_providers: - name: allow_all login: 'true' challenge: true kind: AllowAllPasswordIdentityProvider In a subsequent stack update we set it to htpasswd_auth: OpenShiftGlobalVariables: openshift_master_identity_providers: - name: 'htpasswd_auth' login: 'true' challenge: 'true' kind: 'HTPasswdPasswordIdentityProvider' openshift_master_htpasswd_users: marius: '$apr1$jpBOUqeU$X4jUsMyCHOOp8TFYtPq0v1' But after the stack update succeeds we're still able to log in with any user/pass which points to the new configuration not being applied. The openshift documentation states that "After making changes to an identity provider, you must restart the master services for the changes to take effect". https://docs.openshift.com/container-platform/3.11/install_config/configuring_authentication.html#overview Initially reported at https://bugzilla.redhat.com/show_bug.cgi?id=1654070 Initial deployment is done with:   OpenShiftGlobalVariables:     openshift_master_identity_providers:     - name: allow_all       login: 'true'       challenge: true       kind: AllowAllPasswordIdentityProvider In a subsequent stack update we set it to htpasswd_auth:   OpenShiftGlobalVariables:     openshift_master_identity_providers:     - name: 'htpasswd_auth'       login: 'true'       challenge: 'true'       kind: 'HTPasswdPasswordIdentityProvider'     openshift_master_htpasswd_users:       marius: '$apr1$jpBOUqeU$X4jUsMyCHOOp8TFYtPq0v1' But after the stack update succeeds we're still able to log in with any user/pass which points to the new configuration not being applied. The openshift documentation states that "After making changes to an identity provider, you must restart the master services for the changes to take effect". https://docs.openshift.com/container-platform/3.11/install_config/configuring_authentication.html#overview
2018-12-10 08:00:24 OpenStack Infra tripleo: status Triaged In Progress
2018-12-10 08:00:24 OpenStack Infra tripleo: assignee Martin André (mandre)
2019-01-10 23:31:58 OpenStack Infra tripleo: status In Progress Fix Released
2019-01-24 11:26:32 OpenStack Infra tags in-stable-rocky