Automic Workload Automation

 View Only
  • 1.  Automic Automation Kubernetes Edition. Can't login with UC user

    Posted Mar 30, 2024 03:01 PM

    I've just installed Automic Automation Kubernetes Edition and I am trying to login for the first time.

    If I am not mistaken the user should be UC/UC pwd UC cliet 0.
    But I still cannot login

    In the logs I see:
    20240330/162203.548 - U00003234 Logon error: Access denied. (Connection='*CP001#00000080', host = 'awi-64558ff7b-l67tp', client = '')
    20240330/162203.588 - U00011800 Disconnect User: Cannot find user '*CP001#00000080' in the table AKT-USER.



  • 2.  RE: Automic Automation Kubernetes Edition. Can't login with UC user

    Posted Mar 30, 2024 06:42 PM

    Hi Oleksii,

    In Automic Automation Kubernetes Edition (AAKE), the default UC/UC credentials for client 0 login are no longer applicable. Access to client 0 is managed through a user created with a Kubernetes secret (client0-user) during installation. The username is typically "ADMIN", with the department also being "ADMIN", if this was not changed while creating the secret. And if the secret wasn't created during installation, it's usually generated automatically. Try the password from the Kubernetes secret to log in.



    ------------------------------
    Regards,
    Arun Verma
    ------------------------------



  • 3.  RE: Automic Automation Kubernetes Edition. Can't login with UC user

    Posted Mar 31, 2024 10:52 AM

    It worked. Thank you