Skip to content

Commit 6271c84

Browse files
committed
Merge branch '6056-fix-auth-token-env-var-docs' of github.com:influxdata/docs-v2 into 6056-fix-auth-token-env-var-docs
2 parents 7edd83b + 05d4dc6 commit 6271c84

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

content/shared/influxdb3-admin/tokens/_index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,10 @@ Replace `YOUR_TOKEN` with your authorization token.
5252

5353
```bash
5454
# Add your token to the HTTP Authorization header
55-
curl "http://localhost:8181/api/v3/query_sql" \
55+
curl "http://{{< influxdb/host >}}/api/v3/query_sql" \
5656
--header "Authorization: Bearer AUTH_TOKEN" \
5757
--data-urlencode "db=example-db" \
5858
--data-urlencode "q=SELECT * FROM 'example-table' WHERE time > now() - INTERVAL '10 minutes'"
59-
```
60-
61-
{{% /code-placeholders %}}
62-
63-
Replace `your-token` with your actual InfluxDB 3 token.
6459

6560
{{% /tab-content %}}
6661

content/shared/influxdb3-admin/tokens/admin/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data and resources in your InfluxDB 3 instance.
1212
> #### Required permissions
1313
>
1414
> Listing admin tokens requires a valid InfluxDB {{% token-link "admin" %}}{{% show-in "enterprise" %}} or a token with read access to the `_internal` system database{{% /show-in %}}.
15-
> For more information about providing a token, see [provide your token](/influxdb3/core/admin/tokens/#provide-your-token).
15+
> For more information about providing a token, see [provide your token](/influxdb3/version/admin/tokens/#provide-your-token).
1616
1717

1818
## List all tokens

content/shared/v3-core-enterprise-release-notes/_index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
> All updates to Core are automatically included in Enterprise.
66
> The Enterprise sections below only list updates exclusive to Enterprise.
77
8+
## v3.0.3 {date="2025-05-16"}
9+
**Core**: revision 384c457ef5f0d5ca4981b22855e411d8cac2688e
10+
11+
**Enterprise**: revision 34f4d28295132b9efafebf654e9f6decd1a13caf
12+
13+
### Core
14+
15+
#### Fixes
16+
17+
- Prevent operator token, `_admin`, from being deleted.
18+
19+
### Enterprise
20+
21+
#### Fixes
22+
23+
- Fix object store info digest that is output during onboarding.
24+
- Fix issues with false positive catalog error on shutdown.
25+
- Fix licensing validation issues.
26+
- Other fixes and performance improvements.
27+
28+
29+
830
## v3.0.2 {date="2025-05-01"}
931
**Core**: revision d80d6cd60049c7b266794a48c97b1b6438ac5da9
1032

0 commit comments

Comments
 (0)