mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	Vault 3992 ToB Config and Plugins Permissions (#14817)
* updating changes from ent PR * adding changelog * fixing err * fixing semgrep error
This commit is contained in:
		| @@ -694,6 +694,8 @@ func testConfig_Sanitized(t *testing.T) { | ||||
| 		"disable_indexing":                    false, | ||||
| 		"disable_mlock":                       true, | ||||
| 		"disable_performance_standby":         false, | ||||
| 		"plugin_file_uid":                     0, | ||||
| 		"plugin_file_permissions":             0, | ||||
| 		"disable_printable_check":             false, | ||||
| 		"disable_sealwrap":                    true, | ||||
| 		"raw_storage_endpoint":                true, | ||||
| @@ -855,6 +857,7 @@ func testParseSockaddrTemplate(t *testing.T) { | ||||
| api_addr = <<EOF | ||||
| {{- GetAllInterfaces | include "flags" "loopback" | include "type" "ipv4" | attr "address" -}} | ||||
| EOF | ||||
|  | ||||
| listener "tcp" { | ||||
| 	address = <<EOF | ||||
| {{- GetAllInterfaces | include "flags" "loopback" | include "type" "ipv4" | attr "address" -}}:443 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 akshya96
					akshya96