hotfix: update oauth urls for clustered

pull/5148/head
Scott Anderson 2023-09-19 16:12:57 -06:00
parent ba23325492
commit 32d117a647
3 changed files with 6 additions and 6 deletions

View File

@ -303,8 +303,8 @@ If stored at a non-default location, include the `--config` flag with each
# client_secret = ""
# scopes = [""]
# parameters = { audience = "" }
# token_url = "https://indentityprovider/oauth2/v1/token"
# device_url = "https://indentityprovider/oauth2/v1/auth/device"
# token_url = "https://indentityprovider/oauth2/v2/token"
# device_url = "https://indentityprovider/oauth2/v2/auth/device"
```
{{% /code-placeholders %}}

View File

@ -66,9 +66,9 @@ If stored at a non-default location, include the `--config` flag with each
- {{% code-placeholder-key %}}`PORT`{{% /code-placeholder-key %}}: the port to use to access your InfluxDB cluster
- {{% code-placeholder-key %}}`OAUTH_CLIENT_ID`{{% /code-placeholder-key %}}: the client URL of your OAuth2 provider
(for example: `https://indentityprovider/oauth2/v1/token`)
(for example: `https://indentityprovider/oauth2/v2/token`)
- {{% code-placeholder-key %}}`OAUTH_DEVICE_ID`{{% /code-placeholder-key %}}: the device URL of your OAuth2 provider
(for example: `https://indentityprovider/oauth2/v1/auth/device`)
(for example: `https://indentityprovider/oauth2/v2/auth/device`)
{{% code-placeholders "PORT|OAUTH_TOKEN_URL|OAUTH_DEVICE_URL" %}}
```toml

View File

@ -322,9 +322,9 @@ Replace the following values in the sample:
- {{% code-placeholder-key %}}`OAUTH_CLIENT_ID`{{% /code-placeholder-key %}}:
OAuth client ID
- {{% code-placeholder-key %}}`OAUTH_CLIENT_ID`{{% /code-placeholder-key %}}:
OAuth provider token URL (for example: `https://indentityprovider/oauth2/v1/token`)
OAuth provider token URL (for example: `https://indentityprovider/oauth2/v2/token`)
- {{% code-placeholder-key %}}`OAUTH_CLIENT_ID`{{% /code-placeholder-key %}}:
OAuth provider device URL (for example: `https://indentityprovider/oauth2/v1/auth/device`)
OAuth provider device URL (for example: `https://indentityprovider/oauth2/v2/auth/device`)
{{% /expand %}}
{{< /expand-wrapper >}}