Skip to content

Commit

Permalink
Add note about setting up role unrestricted for the install API key
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Feb 16, 2024
1 parent a1f8f8c commit 0ff52e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/modules/ROOT/partials/exoscale/environment-vars.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.Access to cloud API
[source,bash]
----
export EXOSCALE_API_KEY=<exoscale-key>
export EXOSCALE_API_KEY=<exoscale-key> <1>
export EXOSCALE_API_SECRET=<exoscale-secret>
export EXOSCALE_ZONE=<exoscale-zone> <1>
export EXOSCALE_S3_ENDPOINT="sos-${EXOSCALE_ZONE}.exo.io"
----
<1> All lower case. For example `ch-dk-2`.
<1> We recommend setting up an IAMv3 role called `unrestricted` with "Default Service Strategy" set to `allow` if it doesn't exist yet.
<2> All lower case. For example `ch-dk-2`.

0 comments on commit 0ff52e8

Please sign in to comment.