docs/doc/source/security/kubernetes/manage-keystone-accounts.rst
Keane Lim 3c5fa979a4 Security guide update
Re-organized topic hierarchy

Tiny edit to restart review workflow.

Squashed with Resolved index.rst conflict commit

Change-Id: I13472792cb19d1e9975ac76c6954d38054d606c5
Signed-off-by: Keane Lim <keane.lim@windriver.com>
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2021-03-12 15:10:40 -05:00

1.2 KiB

Manage Keystone Accounts

See https://docs.openstack.org/keystone/pike/admin/cli-manage-projects-users-and-roles.html _ for details on managing Keystone projects, users, and roles.

Note

All Kubernetes accounts are subject to system password rules. For complete details on password rules, see System Account Password Rules <starlingx-system-accounts-system-account-password-rules>.

If using the FIXME: REMOVE, when changing the Keystone 'admin' user password, you must:

  1. Update the password in the 'system-endpoint' secret in the FIXME: REMOVE's deployment-config.yaml file, with the new Keystone 'admin' user password.

    Make this change to the OS_PASSWORD value. It must be base64 encoded. For example:

    OS_PASSWORD: U3Q4cmxpbmdYKg==
  2. Apply the updated deployment configuration.

    kubectl apply -f deployment-config.yaml