File tree Expand file tree Collapse file tree 6 files changed +335
-22
lines changed
global/partials/important-changes/breaking-changes Expand file tree Collapse file tree 6 files changed +335
-22
lines changed Original file line number Diff line number Diff line change 1+ ### Renamed timestamp fields for client count activity export ((#client-count-export))
2+
3+ | Change | Affected version | Vault edition
4+ | ------------ | ---------------- | -------------
5+ | Breaking | 1.21.0+ | All
6+
7+ Vault counts a client the first time that client makes an authenticated API
8+ during the billing period.
9+
10+ Previously, the Activity Export endpoint response included a ` timestamp `
11+ field that reflected the creation time and date for the client token, which
12+ could precede the start of the billing period, rather than the time and date
13+ of the first authenticated API call.
14+
15+ To clarify the data returned, the endpoint now returns two timestamp parameters:
16+
17+ - ** ` client_first_usage_time ` ** - (new) indicates when the client first made an
18+ authenticated API call during the billing period.
19+ - ** ` token_creation_time ` ** - (replaces ` timestamp ` ) indicates the creation
20+ timestamp of the token.
21+
22+
23+ #### Recommendation
24+
25+ Review your use of the ` timestamp ` field and:
26+
27+ 1 . Consider if the context makes ` client_first_usage_time ` a more appropriate
28+ timestamp.
29+ 1 . Update any remaining references to ` timestamp ` to use ` token_creation_time ` .
Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ or raise a ticket with your support team.
2121
2222<a id = " announcements" />
2323
24- ## Recent announcements
25-
26- <Tabs >
27- <Tab heading = " DEPRECATED" >
24+ ## Deprecations ((#deprecations))
2825
2926<EnterpriseAlert product = " vault" >
3027 The Vault Support Team can provide <b >limited</b > help with a deprecated feature.
@@ -34,26 +31,27 @@ or raise a ticket with your support team.
3431 more information on the product support timeline.
3532</EnterpriseAlert >
3633
37- @include 'deprecation/ruby-client-library.mdx'
3834
3935@include 'deprecation/snowflake-password-auth.mdx'
4036
41- </ Tab >
42- < Tab heading = " PENDING REMOVAL " >
37+
38+ ## Pending removal
4339
4440@include 'deprecation/vault-agent-api-proxy.mdx'
4541
42+ @include 'deprecation/duplicate-hcl-attributes.mdx'
43+
44+
45+ ## Removed
46+
47+ @include 'deprecation/ruby-client-library.mdx'
48+
4649@include 'deprecation/aws-field-change.mdx'
4750
4851@include 'deprecation/centrify-auth-method.mdx'
4952
50- @include 'deprecation/duplicate-hcl-attributes.mdx'
51-
5253@include 'deprecation/list-allowed-parameters.mdx'
5354
54- </Tab >
55- <Tab heading = " REMOVED" >
56-
5755@include 'deprecation/active-directory-secrets-engine.mdx'
5856
5957@include 'deprecation/duplicative-docker-images.mdx'
@@ -62,8 +60,6 @@ or raise a ticket with your support team.
6260
6361@include 'deprecation/internal-counters-tokens-api.mdx'
6462
65- </Tab >
66- </Tabs >
6763
6864<a id = " phases" />
6965
Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ page_title: Important changes
44description : >-
55 Deprecations, important or breaking changes, and remediation recommendations
66 for upgrading Vault.
7-
8- valid_change_types : >-
9- - Change in support
10- - New behavior (new defaults, new requirements, etc.)
11- - Breaking change --> workaround/recommendation recommended
12- - Known issue --> workaround/recommendation required
137---
148
159# Important changes
@@ -21,6 +15,8 @@ before upgrading Vault.
2115
2216## Breaking changes
2317
18+ @include '../../../global/partials/important-changes/breaking-changes/client-count-timestamp.mdx'
19+
2420### Audiences required for Kubernetes authentication roles ((##k8-audience-required))
2521
2622| Change | Affected version | Vault edition
@@ -51,6 +47,8 @@ more information.
5147
5248@include '../../../global/partials/important-changes/breaking-changes/allowed-parameters-list.mdx'
5349
50+ ---
51+
5452## New behavior
5553
5654### Rotation manager schedule strings in UTC ((#rotation-manager-utc))
You can’t perform that action at this time.
0 commit comments