mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +00:00 
			
		
		
		
	[VAULT-20073] Docs: update upgrade guide for 1.15 with information on Sentinel RGP group policy application (#23296)
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
This commit is contained in:
		| @@ -89,6 +89,10 @@ FAQ](/vault/docs/deprecation/faq#q-what-are-the-phases-of-deprecation). | |||||||
| Affects upgrading from any version of Vault to 1.13.x. All other upgrade paths | Affects upgrading from any version of Vault to 1.13.x. All other upgrade paths | ||||||
| are unaffected. | are unaffected. | ||||||
|  |  | ||||||
|  | ### Application of Sentinel Role Governing Policies (RGPs) via identity groups | ||||||
|  |  | ||||||
|  | @include 'application-of-sentinel-rgps-via-identity-groups.mdx' | ||||||
|  |  | ||||||
| ## Known issues | ## Known issues | ||||||
|  |  | ||||||
| @include 'tokenization-rotation-persistence.mdx' | @include 'tokenization-rotation-persistence.mdx' | ||||||
|   | |||||||
| @@ -31,6 +31,10 @@ Official images separately. | |||||||
| `vault.raft_storage.bolt.write.time` has been corrected from a summary to a counter to more accurately reflect that it | `vault.raft_storage.bolt.write.time` has been corrected from a summary to a counter to more accurately reflect that it | ||||||
| is measuring cumulative time writing, and not the distribution of individual write times. | is measuring cumulative time writing, and not the distribution of individual write times. | ||||||
|  |  | ||||||
|  | ### Application of Sentinel Role Governing Policies (RGPs) via identity groups | ||||||
|  |  | ||||||
|  | @include 'application-of-sentinel-rgps-via-identity-groups.mdx' | ||||||
|  |  | ||||||
| ## Known issues and workarounds | ## Known issues and workarounds | ||||||
|  |  | ||||||
| @include 'known-issues/ui-pki-control-groups.mdx' | @include 'known-issues/ui-pki-control-groups.mdx' | ||||||
|   | |||||||
| @@ -40,3 +40,7 @@ To continue measuring `vault.rollback.attempts.{MOUNTPOINT}` and | |||||||
| metrics in the `telemetry` stanza of your Vault configuration with the | metrics in the `telemetry` stanza of your Vault configuration with the | ||||||
| [`add_mount_point_rollback_metrics`](/vault/docs/configuration/telemetry#add_mount_point_rollback_metrics) | [`add_mount_point_rollback_metrics`](/vault/docs/configuration/telemetry#add_mount_point_rollback_metrics) | ||||||
| option. | option. | ||||||
|  |  | ||||||
|  | ## Application of Sentinel Role Governing Policies (RGPs) via identity groups | ||||||
|  |  | ||||||
|  | @include 'application-of-sentinel-rgps-via-identity-groups.mdx' | ||||||
|   | |||||||
| @@ -0,0 +1,5 @@ | |||||||
|  | As of versions `1.15.0`, `1.14.4`, and `1.13.8`, [the Sentinel RGPSs derived from membership in identity groups apply | ||||||
|  | only to entities in the same and child namespaces, relative to the identity group](/vault/docs/enterprise/sentinel#rgps-and-namespaces). | ||||||
|  |  | ||||||
|  | Also, the [`group_policy_application_mode`](/vault/api-docs/system/config-group-policy-application) only applies to | ||||||
|  | to ACL policies. Vault Sentinel Role Governing Policies (RGPs) are not affected by group policy application mode. | ||||||
		Reference in New Issue
	
	Block a user
	 Kuba Wieczorek
					Kuba Wieczorek