Wiki Mint SystemWiki Mint System
Home
Glossary
Mint System
Chat
GitHub
Home
Glossary
Mint System
Chat
GitHub
  • Exoscale cli

    • Create API key for S3

Exoscale cli

Every Exoscale resource can be managed with the exo cli.

Website: https://community.exoscale.com/community/tools/exoscale-command-line-interface/

Create API key for S3

Based on https://community.exoscale.com/community/iam/quick-start/#api-keys.

Create a policy.json:

{
  "default-service-strategy": "deny",
  "services": {
    "sos": {
      "type": "allow"
    }
  }
}

Create a role:

cat policy.json | exo iam role create hyperion-role --editable --policy -

List details of the role:

exo iam role show hyperion-role
exo iam role show hyperion --policy

Create an api key for the role:

exo iam api-key create hyerion-api-key hyperion-role

Backlinks:

🔗 Exoscale

📝 Edit on GitHub

This page is maintained by Mint System GmbH