Read about some errors you might encounter while configuring Automation Config and how to fix them.
Problem | Cause | Solution |
---|---|---|
You do not see the master key in the Pending tab in the Administration workspace in Automation Config. | These symptoms might be caused for several reasons:
|
Verify that the sseapi_server value in the cloud.conf file matches the ssc_url value for your region.Verify that the Re-run the |
You see access error messages after you run the sseapi-config join command.CSP access token must have at least one of the following roles: [['csp:org_owner', 'csp:org_admin']] |
These symptoms might occur if you do not have the organization roles that are required to connect your Salt master to Automation Config. | Contact your Organization administrator to assign you the required roles. |
You see a command not found error message after you run the sseapi-config join command.sseapi-config: command not found |
These symptoms might be caused if the sseapi-config command is not in your path. |
Check the /usr/local/bin directory for the sseapi-config command. If the command is there, add the /usr/local/bin directory to your path. |
You see the error Nonce decryption failed (raas pubkey mismatch or malformed nonce) when you run sseapi-config auth on your salt-master.sseapi-config: Nonce decryption failed (raas pubkey mismatch or malformed nonce) |
The salt-master has cached the wrong RaaS authentication key in the file system. This can happen when a salt-master is setup to authenticate to a RaaS instance and then reconfigured to authenticate to a different instance. | Remove the file /etc/salt/pki/master/raas_key.pub , re-run the sseapi-config auth command, and accept the master key in the user interface. |
You see the error Invalid nonce (likely salt-master key mismatch) when you run sseapi-config auth on your salt-master.sseapi-config: Invalid nonce (likely salt-master key mismatch) |
The salt-master is attempting to authenticate to RaaS using a different key from the one that was accepted previously. | Remove the old master key in the user interface. The salt-master will submit its new key for acceptance. Accept the new master key in the user interface. |