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
1Describe the bug
I am trying to access the HTTP header property X-Vault-namespace from my clienthttprequestinterceptor but since this field is added after the vaultclient createnamespace is executed. how can I force to execute my custom clienthttprequestinterceptor to get execute at the last Sample
spring:
cloud:
config:
server:
composite:
- type: vault
namespace: /xyz/abc
// other properties related to the vault
- type: vault
namespace: /alpha/beta
// other properties related to the vault
The text was updated successfully, but these errors were encountered:
Can you provide a complete, minimal, verifiable sample that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip file.
1Describe the bug
I am trying to access the HTTP header property X-Vault-namespace from my clienthttprequestinterceptor but since this field is added after the vaultclient createnamespace is executed. how can I force to execute my custom clienthttprequestinterceptor to get execute at the last
Sample
spring:
cloud:
config:
server:
composite:
- type: vault
namespace: /xyz/abc
// other properties related to the vault
- type: vault
namespace: /alpha/beta
// other properties related to the vault
The text was updated successfully, but these errors were encountered: