Skip to content

First IdP connection

Gather

Initial username is: akadmin.

Initial password is:

  • the value of the toc_idp_bootstrap_pass variable.
  • in the group_vars/toc/secrets/root_idp.yml file.

To retrieve it:

Run
cat group_vars/toc/secrets/root_idp.yml | grep toc_idp_bootstrap_pass -A1

Tip

Depending on your setup, this file might be ansible-vaulted , in this case you can:

Run
ansible-vault view group_vars/toc/secrets/root_idp.yml | grep toc_idp_bootstrap_pass -A1

Operate