|
@@ -8,14 +8,19 @@ Additional Notes are located here: [msoc-infrastructure - Vault README.md](https
|
|
|
|
|
|
## How to log into CLI on the Vault server.
|
|
|
|
|
|
-1. login to the web interface
|
|
|
-2. copy token
|
|
|
-3. run this on vault-1 `vault login`
|
|
|
-4. paste token and login
|
|
|
+- login to the web interface
|
|
|
+- copy token
|
|
|
+- run this on vault-1 `vault login`
|
|
|
+- paste token and login
|
|
|
+
|
|
|
|
|
|
Auth Error? Try populating the Bash variables.
|
|
|
`export VAULT_ADDR=https://vault.pvt.xdrtest.accenturefederalcyber.com`
|
|
|
|
|
|
+Connectivity Issue? Try hitting the health endpoint via curl. Unset the proxy variables to avoid using the proxy.
|
|
|
+`env -u http_proxy -u https_proxy -u HTTP_PROXY -u HTTPS_PROXY -u no_proxy -u NO_PROXY curl --insecure https://127.0.0.1/v1/sys/health`
|
|
|
+
|
|
|
+
|
|
|
1. change made to the service file
|
|
|
Unknown lvalue 'StartLimitIntervalSec' in section 'Service'
|
|
|
|