Jason Stirnaman
60a79b3f92
fix(mono): providing tokens using env var or --token, missing core/admin/tokens/admin content
2025-05-29 11:11:28 -05:00
Jason Stirnaman
541689663d
fix(mono): missing paragraph line after tabs hides text in dark mode
2025-05-29 10:54:13 -05:00
Jason Stirnaman
78b2b5ba72
chore(mono): apply caching suggestion
2025-05-29 09:37:35 -05:00
Jason Stirnaman
2318cf7ac7
feat(mono): 3.1 admin tokens:
...
- Updates get-started and admin guides, CLI references
- Adds admin token CLI reference page
- Operator token (_admin) - system-generated, non-expiring
- Named admin tokens - user-defined with expiration support
- Resource tokens (Enterprise only) - database and system tokens
- Core vs Enterprise token limits properly documented
- Create the initial operator token
2025-05-28 22:41:03 -05:00
Jason Stirnaman
b79269b11a
fix(ent3): Remove 'enterprise' from /api/v3/configure/token/admin endpoint
2025-05-20 11:10:38 -05:00
meelahme
8804b13445
fix(docs): close unclosed shortcodes in token authentication tabs and reversed WIP
2025-05-16 09:38:43 -07:00
meelahme
6271c84525
Merge branch '6056-fix-auth-token-env-var-docs' of github.com:influxdata/docs-v2 into 6056-fix-auth-token-env-var-docs
2025-05-16 09:22:38 -07:00
meelahme
7edd83b78b
WIP: adding python example
2025-05-16 09:22:31 -07:00
Scott Anderson
e8d9d54fac
Apply suggestions from code review
2025-05-16 09:45:01 -05:00
Jameelah Mercer
956659c8e0
Update content/shared/influxdb3-admin/tokens/_index.md
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-15 15:51:12 -07:00
Jameelah Mercer
a79851db29
Update content/shared/influxdb3-admin/tokens/_index.md
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-15 15:49:40 -07:00
meelahme
aa4e8c4c85
docs(influxdb3): scope token placeholder per tab and move replace instruction
2025-05-15 15:25:10 -07:00
Jameelah Mercer
98416297aa
Update content/shared/influxdb3-admin/tokens/admin/list.md
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-15 14:19:20 -07:00
meelahme
4dd5726417
docs(influxdb3): add prerequisites and clarify token usage options
2025-05-15 10:47:39 -07:00
meelahme
5522673052
docs(influxdb3): clarify auth token usage and add CLI/API code tabs
2025-05-15 10:03:32 -07:00
Peter Barnett
d3d94325d9
fix: remove dvc/lvc reload temporarily
2025-05-13 11:45:53 -04:00
Jason Stirnaman
e9d3cb46d8
Apply suggestions from code review
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-28 10:29:16 -05:00
Jason Stirnaman
6358ec8b6f
chore(influxdb3): Tokens: Guides and references for list and create admin and resource tokens.
2025-04-28 00:16:53 -05:00
Jason Stirnaman
49acdbabd7
fix(influxdb3): Apply corrections from code review
2025-04-21 15:41:03 -05:00
Jason Stirnaman
80de38933c
feat(influxdb3): Core and Enterprise: add create admin token API examples
2025-04-21 13:51:10 -05:00
Jason Stirnaman
00934ec4ba
chore(influxdb3): Core and Enterprise: Cleanup admin token page, show children
2025-04-21 13:32:19 -05:00
Jason Stirnaman
2a46dddf55
chore(influxdb3): Core and Enterprise: Use shared admin/tokens
2025-04-21 13:04:51 -05:00
Jason Stirnaman
49ac16a0b7
chore(influxdb3): add API examples and descriptions for regenerate
2025-04-21 09:57:26 -05:00
Scott Anderson
1ce0c76664
Fix '--node-spec' examples ( #6001 )
...
* fix node-spec flags and examples
* fix node-spec frontmatter examples
2025-04-18 08:53:13 -06:00
Jason Stirnaman
1437dc040d
Merge pull request #5978 from influxdata/jts-monolith-tokens
...
Core and Enterprise auth tokens
2025-04-15 08:06:25 -05:00
Jason Stirnaman
de8ab2ec7f
feat(mono): Manage admin tokens
2025-04-15 02:21:38 -05:00
Scott Anderson
221a3ba769
admin tokens are only available in enterprise
2025-04-14 20:16:31 -06:00
Scott Anderson
0e4be06bfc
clarified cache guides about using admin tokens
2025-04-14 20:12:22 -06:00
Scott Anderson
a5b9b56460
Manage InfluxDB 3 Distinct Value Caches ( #5977 )
...
* add distinct value cache management docs
* updated references to last values in dvc guides
2025-04-14 16:46:55 -06:00
Scott Anderson
92f34a5300
Add LVC management docs to Core and Enterprise ( #5971 )
...
* add LVC management docs
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* enterprise rebuilds LVCs on restart
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-14 10:28:19 -06:00
Scott Anderson
25e349b5ea
Base updates for beta ( #5893 )
...
* base changes for beta
* updated beta notification slug
2025-03-16 22:44:39 -05:00
Jason Stirnaman
e61990b6b2
Update content/shared/influxdb3-admin/query-system-data/_index.md
2025-02-20 12:04:35 -06:00
Jason Stirnaman
3fdd41490b
Apply suggestions from code review
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-02-20 12:04:01 -06:00
Jason Stirnaman
081be27281
feat(mono): Query using the HTTP API
...
- Adds Execute queries guide for SQL and InfluxQL query endpoints.
- Fixes.
2025-02-20 10:56:29 -06:00
Jason Stirnaman
7ce4497da1
feat(mono): Query system data: convert the example query to an API request
2025-02-20 00:46:33 -06:00
Jason Stirnaman
7271869e89
feat(monolith): Query system data for Core and Enterprise
...
- Revises Paul's draft for using /api/v3/query_sql to query system data.
- Copies the existing structure for Ded. and Clustered
- Adds an explicit POST example for a longer query.
2025-02-19 23:50:30 -06:00
Scott Anderson
ebf9b1bfd3
Add admin > database docs to Core and Enterprise ( #5813 )
...
* add influxdb3 database admin docs
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-02-03 09:25:41 -07:00