mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
User service token instead of provider key in threescale-credentials kubernetes secret (#1717)
This commit is contained in:
parent
1e06bd3aac
commit
3ce4a3d0c3
@ -223,7 +223,7 @@ you can delete the ``threescale-credentials`` Secret
|
||||
or leave all the values blank (``""``).
|
||||
|
||||
If you *are* using 3scale, get the values for ``secret-token``,
|
||||
``service-id``, ``version-header`` and ``provider-key`` by logging in to 3scale
|
||||
``service-id``, ``version-header`` and ``service-token`` by logging in to 3scale
|
||||
portal using your admin account, click **APIs** and click on **Integration**
|
||||
for the relevant API.
|
||||
Scroll to the bottom of the page and click the small link
|
||||
|
@ -110,4 +110,4 @@ data:
|
||||
secret-token: "<b64 encoded 3scale secret-token>"
|
||||
service-id: "<b64 encoded 3scale service-id>"
|
||||
version-header: "<b64 encoded 3scale version-header>"
|
||||
provider-key: "<b64 encoded 3scale provider-key>"
|
||||
service-token: "<b64 encoded 3scale service-token>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user