Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: remove --region flag from AK/SK pair generation #142

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading