Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==> Vault server configuration:
- Api Address: http://127.0.0.1:8200
- Cgo: disabled
- Cluster Address: https://127.0.0.1:8201
- Listener 1: tcp (addr: "127.0.0.1:8200", cluster address: "127.0.0.1:8201", max_request_duration: "1m30s", max_request_size: "33554432", tls: "disabled")
- Log Level: trace
- Mlock: supported: false, enabled: false
- Storage: inmem
- Version: Vault v1.1.0
- Version Sha: 36aa8c8dd1936e10ebd7a4c1d412ae0e6f7900bd
- WARNING! dev mode is enabled! In this mode, Vault runs entirely in-memory
- and starts unsealed with a single unseal key. The root token is already
- authenticated to the CLI, so you can immediately begin using Vault.
- You may need to set the following environment variable:
- PowerShell:
- $env:VAULT_ADDR="http://127.0.0.1:8200"
- cmd.exe:
- set VAULT_ADDR=http://127.0.0.1:8200
- The unseal key and root token are displayed below in case you want to
- seal/unseal the Vault or re-authenticate.
- Unseal Key: rbyRF8AZHWEPbG/kQkS617kXAsX9pZZ61PPvAgIlfRU=
- Root Token: s.soYEl69kYDqJbgsJq5RZE8Of
- Development mode should NOT be used in production installations!
- ==> Vault server started! Log data will stream in below:
- 2019-04-11T12:51:17.837+0300 [DEBUG] storage.cache: creating LRU cache: size=0
- 2019-04-11T12:51:17.877+0300 [DEBUG] cluster listener addresses synthesized: cluster_addresses=[127.0.0.1:8201]
- 2019-04-11T12:51:17.901+0300 [INFO] core: security barrier not initialized
- 2019-04-11T12:51:17.901+0300 [INFO] core: security barrier initialized: shares=1 threshold=1
- 2019-04-11T12:51:17.901+0300 [DEBUG] core: cluster name not found/set, generating new
- 2019-04-11T12:51:17.901+0300 [DEBUG] core: cluster name set: name=vault-cluster-514d8fb1
- 2019-04-11T12:51:17.901+0300 [DEBUG] core: cluster ID not found, generating new
- 2019-04-11T12:51:17.901+0300 [DEBUG] core: cluster ID set: id=f25ba256-b307-3a37-36a5-85faba8ab13c
- 2019-04-11T12:51:17.901+0300 [INFO] core: post-unseal setup starting
- 2019-04-11T12:51:17.901+0300 [DEBUG] core: clearing forwarding clients
- 2019-04-11T12:51:17.901+0300 [DEBUG] core: done clearing forwarding clients
- 2019-04-11T12:51:17.915+0300 [INFO] core: loaded wrapping token key
- 2019-04-11T12:51:17.915+0300 [INFO] core: upgrading plugin information: plugins=[]
- 2019-04-11T12:51:17.915+0300 [INFO] core: successfully setup plugin catalog: plugin-directory=C:\Users\domain.user\Documents\vault\bin
- 2019-04-11T12:51:17.915+0300 [INFO] core: no mounts; adding default mount table
- 2019-04-11T12:51:17.916+0300 [INFO] core: successfully mounted backend: type=cubbyhole path=cubbyhole/
- 2019-04-11T12:51:17.917+0300 [INFO] core: successfully mounted backend: type=system path=sys/
- 2019-04-11T12:51:17.917+0300 [INFO] core: successfully mounted backend: type=identity path=identity/
- 2019-04-11T12:51:17.919+0300 [INFO] core: successfully enabled credential backend: type=token path=token/
- 2019-04-11T12:51:17.919+0300 [INFO] rollback: starting rollback manager
- 2019-04-11T12:51:17.919+0300 [INFO] core: restoring leases
- 2019-04-11T12:51:17.919+0300 [DEBUG] expiration: collecting leases
- 2019-04-11T12:51:17.919+0300 [DEBUG] expiration: leases collected: num_existing=0
- 2019-04-11T12:51:17.919+0300 [DEBUG] identity: loading entities
- 2019-04-11T12:51:17.919+0300 [INFO] expiration: lease restore complete
- 2019-04-11T12:51:17.919+0300 [DEBUG] identity: entities collected: num_existing=0
- 2019-04-11T12:51:17.920+0300 [INFO] identity: entities restored
- 2019-04-11T12:51:17.920+0300 [DEBUG] identity: identity loading groups
- 2019-04-11T12:51:17.920+0300 [DEBUG] identity: groups collected: num_existing=0
- 2019-04-11T12:51:17.920+0300 [INFO] identity: groups restored
- 2019-04-11T12:51:17.920+0300 [INFO] core: post-unseal setup complete
- 2019-04-11T12:51:17.920+0300 [INFO] core: root token generated
- 2019-04-11T12:51:17.920+0300 [INFO] core: pre-seal teardown starting
- 2019-04-11T12:51:17.920+0300 [DEBUG] expiration: stop triggered
- 2019-04-11T12:51:17.920+0300 [DEBUG] expiration: finished stopping
- 2019-04-11T12:51:17.920+0300 [INFO] rollback: stopping rollback manager
- 2019-04-11T12:51:17.921+0300 [INFO] core: pre-seal teardown complete
- 2019-04-11T12:51:17.921+0300 [INFO] core: vault is unsealed
- 2019-04-11T12:51:17.921+0300 [DEBUG] core: starting cluster listeners
- 2019-04-11T12:51:17.921+0300 [INFO] core.cluster-listener: starting listener: listener_address=127.0.0.1:8201
- 2019-04-11T12:51:17.921+0300 [INFO] core: post-unseal setup starting
- 2019-04-11T12:51:17.921+0300 [DEBUG] core: clearing forwarding clients
- 2019-04-11T12:51:17.921+0300 [DEBUG] core: done clearing forwarding clients
- 2019-04-11T12:51:17.921+0300 [INFO] core: loaded wrapping token key
- 2019-04-11T12:51:17.921+0300 [INFO] core: upgrading plugin information: plugins=[]
- 2019-04-11T12:51:17.921+0300 [INFO] core: successfully setup plugin catalog: plugin-directory=C:\Users\domain.user\Documents\vault\bin
- 2019-04-11T12:51:17.921+0300 [INFO] core.cluster-listener: serving cluster requests: cluster_listen_address=127.0.0.1:8201
- 2019-04-11T12:51:17.921+0300 [INFO] core: successfully mounted backend: type=system path=sys/
- 2019-04-11T12:51:17.922+0300 [INFO] core: successfully mounted backend: type=identity path=identity/
- 2019-04-11T12:51:17.922+0300 [INFO] core: successfully mounted backend: type=cubbyhole path=cubbyhole/
- 2019-04-11T12:51:17.923+0300 [INFO] core: successfully enabled credential backend: type=token path=token/
- 2019-04-11T12:51:17.923+0300 [INFO] core: restoring leases
- 2019-04-11T12:51:17.923+0300 [INFO] rollback: starting rollback manager
- 2019-04-11T12:51:17.923+0300 [DEBUG] expiration: collecting leases
- 2019-04-11T12:51:17.923+0300 [DEBUG] identity: loading entities
- 2019-04-11T12:51:17.923+0300 [DEBUG] expiration: leases collected: num_existing=0
- 2019-04-11T12:51:17.923+0300 [DEBUG] identity: entities collected: num_existing=0
- 2019-04-11T12:51:17.923+0300 [INFO] identity: entities restored
- 2019-04-11T12:51:17.923+0300 [DEBUG] identity: identity loading groups
- 2019-04-11T12:51:17.923+0300 [INFO] expiration: lease restore complete
- 2019-04-11T12:51:17.923+0300 [DEBUG] identity: groups collected: num_existing=0
- 2019-04-11T12:51:17.923+0300 [INFO] identity: groups restored
- 2019-04-11T12:51:17.923+0300 [DEBUG] core: cluster listener setup function
- 2019-04-11T12:51:17.923+0300 [DEBUG] core: clearing forwarding clients
- 2019-04-11T12:51:17.923+0300 [DEBUG] core: done clearing forwarding clients
- 2019-04-11T12:51:17.923+0300 [DEBUG] core: leaving cluster listener setup function
- 2019-04-11T12:51:17.923+0300 [INFO] core: post-unseal setup complete
- 2019-04-11T12:51:17.932+0300 [INFO] core: successful mount: namespace= path=secret/ type=kv
- 2019-04-11T12:51:17.942+0300 [INFO] secrets.kv.kv_fa6f1222: collecting keys to upgrade
- 2019-04-11T12:51:17.942+0300 [INFO] secrets.kv.kv_fa6f1222: done collecting keys: num_keys=1
- 2019-04-11T12:51:17.942+0300 [DEBUG] secrets.kv.kv_fa6f1222: upgrading keys: progress=0/1
- 2019-04-11T12:51:17.942+0300 [INFO] secrets.kv.kv_fa6f1222: upgrading keys finished
- 2019-04-11T12:51:34.088+0300 [DEBUG] secrets.vault-pki-backend-venafi.vault-pki-backend-venafi_e1e4e910.vault-pki-backend-venafi: starting plugin: metadata=true path=C:\Users\domain.user\Documents\vault\bin\go_build_github_com_Venafi_vault_pki_backend_venafi.exe args=[C:\Users\domain.user\Documents\vault\bin\go_build_github_com_Venafi_vault_pki_backend_venafi.exe]
- 2019-04-11T12:51:34.096+0300 [DEBUG] secrets.vault-pki-backend-venafi.vault-pki-backend-venafi_e1e4e910.vault-pki-backend-venafi: plugin started: metadata=true path=C:\Users\domain.user\Documents\vault\bin\go_build_github_com_Venafi_vault_pki_backend_venafi.exe pid=8668
- 2019-04-11T12:51:34.096+0300 [DEBUG] secrets.vault-pki-backend-venafi.vault-pki-backend-venafi_e1e4e910.vault-pki-backend-venafi: waiting for RPC address: metadata=true path=C:\Users\domain.user\Documents\vault\bin\go_build_github_com_Venafi_vault_pki_backend_venafi.exe
- 2019-04-11T12:51:34.162+0300 [DEBUG] secrets.vault-pki-backend-venafi.vault-pki-backend-venafi_e1e4e910.vault-pki-backend-venafi.go_build_github_com_Venafi_vault_pki_backend_venafi.exe: 2019/04/11 12:51:34 Starting plugin: metadata=true
- 2019-04-11T12:51:34.163+0300 [DEBUG] secrets.vault-pki-backend-venafi.vault-pki-backend-venafi_e1e4e910.vault-pki-backend-venafi: using plugin: metadata=true version=4
- 2019-04-11T12:51:34.163+0300 [DEBUG] secrets.vault-pki-backend-venafi.vault-pki-backend-venafi_e1e4e910.vault-pki-backend-venafi.go_build_github_com_Venafi_vault_pki_backend_venafi.exe: plugin address: metadata=true address=127.0.0.1:10000 network=tcp timestamp=2019-04-11T12:51:34.163+0300
- 2019-04-11T12:51:34.167+0300 [TRACE] secrets.vault-pki-backend-venafi.vault-pki-backend-venafi_e1e4e910.vault-pki-backend-venafi: setup: transport=gRPC status=started
- 2019-04-11 12:51:34.168772 I | [ERR] plugin: plugin acceptAndServe error: strconv.ParseInt: parsing "": invalid syntax
- 2019-04-11T12:51:39.179+0300 [TRACE] secrets.vault-pki-backend-venafi.vault-pki-backend-venafi_e1e4e910.vault-pki-backend-venafi: setup: transport=gRPC status=finished err="rpc error: code = Unknown desc = timeout waiting for connection info" took=5.0115729s
- 2019-04-11T12:51:39.179+0300 [ERROR] secrets.system.system_f6fd0e48: mount failed: path=venafi-pki/ error="rpc error: code = Unknown desc = timeout waiting for connection info"
Advertisement
Add Comment
Please, Sign In to add comment