Skip to content

Commit

Permalink
Merge pull request #352 from 3scale/fix-remote-doc
Browse files Browse the repository at this point in the history
doc: encourage access tokens, discourage provider key
  • Loading branch information
eguzki committed Mar 8, 2022
2 parents 0442236 + ca9470d commit 32e5d2c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/remotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ Added remotes are stored in configuration file and can be used in any command wh

The 3scale toolbox accesses 3scale instances using a `HTTP[S]` URL.
Tokens are used for authentication and authorization purposes.
3scale API supports the following token types:
* `access_token` (preferred)
* `provider_key`
It is encouraged to use 3scale account personal `Access Tokens`
and the use of the tenant `Provider Key` is discouraged.

The following syntax is used:

```
http[s]://<provider_key>|<access_token>@<3scale-instance-domain>
http[s]://<access_token>@<3scale-instance-domain>
```

## Commands
Expand Down

0 comments on commit 32e5d2c

Please sign in to comment.