Skip to content

Commit

Permalink
Merge pull request #328 from appuio/token-naming-convention
Browse files Browse the repository at this point in the history
Add naming convention for cloudscale api tokens
  • Loading branch information
haasad authored May 16, 2024
2 parents 4258bd5 + 6728370 commit 2dfc5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ include::partial$install/register.adoc[]

=== Configure input

Create 2 new cloudscale API tokens with read+write permissions and name them *`<cluster_id>`* and *`<cluster_id>_floaty`* on https://control.cloudscale.ch/service/<your-project>/api-token.

.Access to cloud API
[source,bash]
----
# https://control.cloudscale.ch/service/<your-project>/api-token
export CLOUDSCALE_API_TOKEN=<cloudscale-api-token>
export TF_VAR_lb_cloudscale_api_secret=<cloudscale-api-token-for-Floaty>
----
Expand Down

0 comments on commit 2dfc5c9

Please sign in to comment.