You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Azure auth plugin requires `resource_group_name`, `vm_name`, and `vmss_name` to match the JWT claims on login
17
+
### Strict validation for Azure auth login requests ((#strict-azure))
18
18
19
-
Vault versions before 1.19.1, 1.18.7, 1.17.14, and 1.16.18, do not strictly
20
-
validate the `resource_group_name`, `vm_name`, and `vmss_name` parameters
21
-
against their token claims during login with Azure authentication.
19
+
| Change | Affected version
20
+
| ------------ | ----------------
21
+
| New behavior | 1.16.18+
22
22
23
-
Refer to the [Token validation](/vault/docs/auth/azure#token-validation) section
23
+
Azure auth plugin requires `resource_group_name`, `vm_name`, and `vmss_name` to
24
+
match the JWT claims on login
25
+
26
+
Vault versions before 11.16.18 did not strictly validate the
27
+
`resource_group_name`, `vm_name`, and `vmss_name` parameters against their token
28
+
claims for clients logging in with Azure authentication.
29
+
30
+
#### Recommendation
31
+
32
+
Review the [Token validation](/vault/docs/auth/azure#token-validation) section
24
33
of the Azure authN plugin guide for more information on the new validation
25
34
requirements.
26
35
36
+
27
37
### External plugin variables take precedence over system variables ((#external-plugin-variables))
28
38
29
39
Vault gives precedence to plugin environment variables over system environment
@@ -71,6 +81,12 @@ If you register an external plugin called `myplugin` with `SOURCE=child`, the
71
81
plugin process starts with `SOURCE=parent` and Vault reports a conflict for
72
82
`myplugin`.
73
83
84
+
### LDAP auth login changes
85
+
86
+
Users cannot log in using LDAP unless the LDAP plugin is configured
87
+
with an `userdn` value scoped to an organization unit (OU) where the
88
+
user resides.
89
+
74
90
### LDAP auth entity alias names no longer include upndomain
75
91
76
92
The `userattr` field on the LDAP auth config is now used as the entity alias.
@@ -100,6 +116,10 @@ decides to trigger the flag. More information can be found in the
100
116
101
117
### Activity Log Changes
102
118
119
+
#### Disable client counting activity
120
+
121
+
License utilization cannot be reported if client counting is disabled. As of Vault Enterprise 1.16.0 and later, client counting cannot be disabled using `/sys/internal/counters/config` endpoint as manual license utilization reporting is always enabled.
122
+
103
123
#### Default Activity Log Querying Period
104
124
105
125
As of 1.16.13 and later, the field `default_report_months` can no longer be configured or read. Any previously set values
@@ -150,7 +170,6 @@ As of 1.16.7 and later, the billing start date (license start date if not config
150
170
151
171
@include 'auto-roll-billing-start-example.mdx'
152
172
153
-
=======
154
173
### Docker image no longer contains `curl`
155
174
156
175
As of 1.16.7 and later, the `curl` binary is no longer included in the published Docker container
0 commit comments