-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #309 from appuio/feat/improve-exoscale-iamv3
Update steps which create IAMv3 credentials in Exoscale install instructions
- Loading branch information
Showing
4 changed files
with
32 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_ZONE=<exoscale-zone> <2> | ||
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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters