Skip to content

Commit

Permalink
Merge pull request #142 from fourstepper/patch-1
Browse files Browse the repository at this point in the history
README: remove --region flag from AK/SK pair generation
  • Loading branch information
Ninja243 authored Dec 3, 2024
2 parents 2029954 + 66bd6c0 commit 7268131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ You can use the OTC-Auth tool to download permanent AK/SK pairs directly from th
be created in the current directory. The file contains four environment variables.

```bash
otc-auth access-token create --os-domain-name <os_domain_name> --region <region>
otc-auth access-token create --os-domain-name <os_domain_name>
```

If a temporary AK/SK pair is needed instead, use the following command:

```bash
otc-auth temp-access-token create --os-domain-name <os_domain_name> --region <region> -t <lifetime in seconds>
otc-auth temp-access-token create --os-domain-name <os_domain_name> -t <lifetime in seconds>
```

This will generate a temporary AK/SK pair (valid for 15m by default, if the `-t` argument is not given), saved to "
Expand Down

0 comments on commit 7268131

Please sign in to comment.