atmos auth login
Authenticate with a configured identity using SSO, SAML, OIDC, or static credentials. Atmos retrieves and caches short-lived credentials so they can be reused until expiration, avoiding repeated logins for each command.
Usage​
atmos auth login [--identity <name>]
Examples​
# Use default identity
atmos auth login
# Use specific identity
atmos auth login --identity admin
Arguments​
- n/a
- No positional arguments.
Flags​
--identity
(alias-i
)- Specify the identity to authenticate. If omitted, the default identity is used.
Notes​
- Prints provider, identity, account, region, and expiration when successful.