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
Expected behavior
I would like to see only headers I set, or default headers and headers I set.
I would like to have ability remove headers without delete cors config and set config
Environment:
Vault Server Version :
vault status
Key Value
--- -----
Seal Type shamir
Initialized true
Sealed false
Total Shares 1
Threshold 1
Version 1.0.2
Cluster Name vault-cluster-a7218c62
Cluster ID dce55604-e9cf-960f-1b13-73c46e6ee8b8
HA Enabled false
Describe the bug
Cors Headers duplicates every time on update sys/config/cors
To Reproduce
Steps to reproduce the behavior:
docker run --rm --name=vault --network=host -t -e "VAULT_DEV_ROOT_TOKEN_ID=12345" vault:1.0.2
vault login
vault write sys/config/cors allowed_headers="X-My-Vault" allowed_origins="test"; vault read sys/config/cors
See
vault write sys/config/cors allowed_headers="X-Other-Header" allowed_origins="*"; vault read sys/config/cors
See
Expected behavior
I would like to see only headers I set, or default headers and headers I set.
I would like to have ability remove headers without delete cors config and set config
Environment:
vault version
):Ubuntu 18.04 x86_64
Vault server configuration file(s):
default dev without configuration
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: