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
Describe the bug
After upgrade from 1.10.0 to 1.10.2, new warning is shown on every restart or reload, using the same json configuration.
May 6 10:38:41 vault2 vault[xxx]: 2022-05-06T10:38:41.233+0200 [WARN] unknown or unsupported field consul found in configuration at /etc/vaultserver/config.json
May 6 10:38:41 vault2 vault[xxx]: 2022-05-06T10:38:41.233+0200 [WARN] unknown or unsupported field tcp found in configuration at /etc/vaultserver/config.json
confirmed it happens with the same after minor version change to 1.10.1 a 1.9.5
To Reproduce
Steps to reproduce the behavior:
Run docker run --rm -ti -v "$(pwd)/config.json:/config.json:ro" hashicorp/vault:1.10.1 vault server -log-level=trace -config /config.json
See error
2022-05-09T12:30:35.891Z [WARN] unknown or unsupported field consul found in configuration at /config.json
2022-05-09T12:30:35.891Z [WARN] unknown or unsupported field tcp found in configuration at /config.json
Expected behavior
error not reported the same way as with older version: docker run --rm -ti -v "$(pwd)/config.json:/config.json:ro" hashicorp/vault:1.10.0 vault server -log-level=trace -config /config.json
Environment:
Vault Server Version (retrieve with vault status): 1.10.1 or 1.9.5
Vault CLI Version (retrieve with vault version): x
Server Operating System/Architecture: linux (downloaded binary or container hashicorp/vault:1.10.1 / hashicorp/vault:1.9.5
I have the same issue with the following JSON config (Vault v1.10.2), hopefully everything works as expected :
2022-05-09T12:24:22.118+0200 [WARN] unknown or unsupported field postgresql found in configuration at /path/to/config/config.json
2022-05-09T12:24:22.118+0200 [WARN] unknown or unsupported field tcp found in configuration at /path/to/config/config.json
Describe the bug
After upgrade from 1.10.0 to 1.10.2, new warning is shown on every restart or reload, using the same json configuration.
it may be connected with this change... #14752
confirmed it happens with the same after minor version change to 1.10.1 a 1.9.5
To Reproduce
Steps to reproduce the behavior:
docker run --rm -ti -v "$(pwd)/config.json:/config.json:ro" hashicorp/vault:1.10.1 vault server -log-level=trace -config /config.json
Expected behavior
error not reported the same way as with older version:
docker run --rm -ti -v "$(pwd)/config.json:/config.json:ro" hashicorp/vault:1.10.0 vault server -log-level=trace -config /config.json
Environment:
vault status
): 1.10.1 or 1.9.5vault version
): xhashicorp/vault:1.10.1
/hashicorp/vault:1.9.5
Vault server configuration file(s):
Additional context
looks like just warning report, function is not affected (error reports storage and tcp field, and tcp endpoints and storage works ok)
The text was updated successfully, but these errors were encountered: