mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	backport of commit 4a7bee5a02 (#24331)
				
					
				
			Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
This commit is contained in:
		 hc-github-team-secure-vault-core
					hc-github-team-secure-vault-core
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							9f23d723b2
						
					
				
				
					commit
					b87d3488d7
				
			
							
								
								
									
										4
									
								
								changelog/24325.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								changelog/24325.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| ```release-note:change | ||||
| identity (enterprise): POST requests to the `/identity/entity/merge` endpoint | ||||
| are now always forwarded from standbys to the active node. | ||||
| ``` | ||||
| @@ -231,7 +231,8 @@ func entityPaths(i *IdentityStore) []*framework.Path { | ||||
| 			}, | ||||
| 			Operations: map[logical.Operation]framework.OperationHandler{ | ||||
| 				logical.UpdateOperation: &framework.PathOperation{ | ||||
| 					Callback: i.pathEntityMergeID(), | ||||
| 					Callback:                  i.pathEntityMergeID(), | ||||
| 					ForwardPerformanceStandby: true, | ||||
| 				}, | ||||
| 			}, | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user