Vault error while writing
问题 I wanted to test Spring Cloud Vault configuration. I installed a Vault server locally and when i try to write some key-values its failing and asking me to use vault kv put command. While the example of Spring Cloud Config in this link shows the usage of vault write command This is the error i get is $ vault write secret/my-app foo=bar Error writing data to secret/my-app: Error making API request. URL: PUT http://127.0.0.1:8200/v1/secret/my-app Code: 404. Errors: WARNING! The following