LinuxCommandLibrary

exo-iam

Exoscale identity and access management

TLDR

List API keys

$ exo iam api-key list
copy
Create API key
$ exo iam api-key create [name]
copy
Delete API key
$ exo iam api-key delete [key_id]
copy
List roles
$ exo iam role list
copy
Show current identity
$ exo iam whoami
copy

SYNOPSIS

exo iam resource action [options]

DESCRIPTION

exo iam manages identity and access management for Exoscale. It handles API keys used for authentication and roles for access control.
API keys provide programmatic access to Exoscale resources. Keys can be scoped with roles to limit permissions. whoami confirms the current authenticated identity.
IAM management is essential for securing cloud infrastructure access.

PARAMETERS

RESOURCE

Resource type: api-key, role.
ACTION
Operation: list, create, delete, show.
api-key create NAME
Create new API key.
api-key delete ID
Delete API key.
role list
List IAM roles.
whoami
Show current identity.
--help
Display help information.

CAVEATS

Key secrets shown only at creation. Deleted keys are unrecoverable. Roles affect all resources. Root keys have full access.

HISTORY

exo iam is part of the Exoscale CLI, providing security and access management for Exoscale cloud accounts.

SEE ALSO

exo(1), exo-compute(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community