mc idp openid accesskey
The mc idp openid accesskey commands allow you to list, delete, or display information about OIDC access key pairs on the MinIO AIStor deployment.
This command works against access keys created by an OIDC user after authenticating to MinIO AIStor.
Authenticated users can create access keys with the MinIO AIStor console, with the mc admin accesskey create command, or with the mc idp openid accesskey create-with-login command.
An authenticated user cannot create access keys for another OIDC user.
MinIO AIStor also supports using AssumeRoleWithWebIdentity to generate temporary access keys using the Security Token Service.
This command has the following subcommands:
| Subcommand | Description |
|---|---|
create-with-login |
Create access keys using browser-based OpenID authentication. |
disable |
Disable the specified access key on the MinIO AIStor deployment. |
edit |
Modify the specified access key on the MinIO AIStor deployment. |
enable |
Enable the specified access key on the MinIO AIStor deployment. |
info |
Output information about the specified access key(s). |
ls |
Display a list of OIDC access key pairs. |
rm |
Delete the specified access key from the MinIO AIStor deployment. |