Hi Aram,
To check whether it is due to permission issue i am running it as root. Will not do this in production.
Tried reloading the plugin. Got the following response.
{
“request_id”: “214aa92c-024c-7dba-39b9-17022d652dbb”,
“lease_id”: “”,
“renewable”: false,
“lease_duration”: 0,
“data”: {
“reload_id”: “214aa92c-024c-7dba-39b9-17022d652dbb”
},
“wrap_info”: null,
“warnings”: null,
“auth”: null
}
I have set the log_level as “debug” in the config file and following is the log i got
2021-09-20T09:50:17.392Z [DEBUG] storage.cache: creating LRU cache: size=0
2021-09-20T09:50:17.392Z [DEBUG] cluster listener addresses synthesized: cluster_addresses=[0.0.0.0:8201]
2021-09-20T09:50:17.394Z [DEBUG] would have sent systemd notification (systemd not present): notification=READY=1
2021-09-20T09:50:23.476Z [INFO] core: security barrier not initialized
2021-09-20T09:50:23.476Z [INFO] core: seal configuration missing, not initialized
2021-09-20T09:50:23.476Z [INFO] core: security barrier not initialized
2021-09-20T09:50:34.509Z [INFO] core: security barrier not initialized
2021-09-20T09:50:34.510Z [INFO] core: security barrier not initialized
2021-09-20T09:50:34.510Z [INFO] core: seal configuration missing, not initialized
2021-09-20T09:50:37.597Z [INFO] core: security barrier not initialized
2021-09-20T09:50:37.959Z [INFO] core: security barrier not initialized
2021-09-20T09:50:37.959Z [INFO] core: security barrier not initialized
2021-09-20T09:50:37.959Z [INFO] core: seal configuration missing, not initialized
2021-09-20T09:50:37.985Z [INFO] core: security barrier not initialized
2021-09-20T09:50:37.985Z [INFO] core: security barrier not initialized
2021-09-20T09:50:37.985Z [INFO] core: seal configuration missing, not initialized
2021-09-20T09:50:40.958Z [INFO] core: security barrier not initialized
2021-09-20T09:50:40.958Z [INFO] core: security barrier initialized: stored=1 shares=1 threshold=1
2021-09-20T09:50:40.959Z [DEBUG] core: cluster name not found/set, generating new
2021-09-20T09:50:40.959Z [DEBUG] core: cluster name set: name=vault-cluster-680e334c
2021-09-20T09:50:40.959Z [DEBUG] core: cluster ID not found, generating new
2021-09-20T09:50:40.959Z [DEBUG] core: cluster ID set: id=487683b1-89a3-afe6-c2a5-4ea1ae43c526
2021-09-20T09:50:40.959Z [INFO] core: post-unseal setup starting
2021-09-20T09:50:40.959Z [DEBUG] core: clearing forwarding clients
2021-09-20T09:50:40.959Z [DEBUG] core: done clearing forwarding clients
2021-09-20T09:50:40.959Z [DEBUG] core: persisting feature flags
2021-09-20T09:50:40.967Z [INFO] core: loaded wrapping token key
2021-09-20T09:50:40.967Z [INFO] core: upgrading plugin information: plugins=
2021-09-20T09:50:40.967Z [INFO] core: successfully setup plugin catalog: plugin-directory=/root/vault/plugins
2021-09-20T09:50:40.967Z [INFO] core: no mounts; adding default mount table
2021-09-20T09:50:40.968Z [INFO] core: successfully mounted backend: type=cubbyhole path=cubbyhole/
2021-09-20T09:50:40.968Z [INFO] core: successfully mounted backend: type=system path=sys/
2021-09-20T09:50:40.968Z [INFO] core: successfully mounted backend: type=identity path=identity/
2021-09-20T09:50:40.970Z [INFO] core: successfully enabled credential backend: type=token path=token/
2021-09-20T09:50:40.971Z [INFO] rollback: starting rollback manager
2021-09-20T09:50:40.971Z [INFO] core: restoring leases
2021-09-20T09:50:40.971Z [DEBUG] expiration: collecting leases
2021-09-20T09:50:40.971Z [DEBUG] expiration: leases collected: num_existing=0
2021-09-20T09:50:40.971Z [INFO] expiration: lease restore complete
2021-09-20T09:50:40.971Z [DEBUG] identity: loading entities
2021-09-20T09:50:40.971Z [DEBUG] identity: entities collected: num_existing=0
2021-09-20T09:50:40.972Z [INFO] identity: entities restored
2021-09-20T09:50:40.972Z [DEBUG] identity: identity loading groups
2021-09-20T09:50:40.972Z [DEBUG] identity: groups collected: num_existing=0
2021-09-20T09:50:40.972Z [INFO] identity: groups restored
2021-09-20T09:50:40.972Z [INFO] core: post-unseal setup complete
2021-09-20T09:50:40.972Z [INFO] core: root token generated
2021-09-20T09:50:40.972Z [INFO] core: pre-seal teardown starting
2021-09-20T09:50:40.973Z [DEBUG] expiration: stop triggered
2021-09-20T09:50:40.973Z [DEBUG] expiration: finished stopping
2021-09-20T09:50:40.973Z [INFO] rollback: stopping rollback manager
2021-09-20T09:50:40.973Z [INFO] core: usage gauge collection is disabled
2021-09-20T09:50:40.973Z [INFO] core: pre-seal teardown complete
2021-09-20T09:50:52.988Z [DEBUG] core: unseal key supplied: migrate=false
2021-09-20T09:50:52.988Z [DEBUG] core: starting cluster listeners
2021-09-20T09:50:52.988Z [INFO] core.cluster-listener.tcp: starting listener: listener_address=0.0.0.0:8201
2021-09-20T09:50:52.988Z [INFO] core.cluster-listener: serving cluster requests: cluster_listen_address=[::]:8201
2021-09-20T09:50:52.988Z [INFO] core: post-unseal setup starting
2021-09-20T09:50:52.988Z [DEBUG] core: clearing forwarding clients
2021-09-20T09:50:52.988Z [DEBUG] core: done clearing forwarding clients
2021-09-20T09:50:52.988Z [DEBUG] core: persisting feature flags
2021-09-20T09:50:52.989Z [INFO] core: loaded wrapping token key
2021-09-20T09:50:52.989Z [INFO] core: upgrading plugin information: plugins=
2021-09-20T09:50:52.989Z [INFO] core: successfully setup plugin catalog: plugin-directory=/root/vault/plugins
2021-09-20T09:50:52.989Z [INFO] core: successfully mounted backend: type=system path=sys/
2021-09-20T09:50:52.989Z [INFO] core: successfully mounted backend: type=identity path=identity/
2021-09-20T09:50:52.989Z [INFO] core: successfully mounted backend: type=cubbyhole path=cubbyhole/
2021-09-20T09:50:52.990Z [INFO] core: successfully enabled credential backend: type=token path=token/
2021-09-20T09:50:52.991Z [INFO] rollback: starting rollback manager
2021-09-20T09:50:52.991Z [INFO] core: restoring leases
2021-09-20T09:50:52.991Z [DEBUG] expiration: collecting leases
2021-09-20T09:50:52.991Z [DEBUG] expiration: leases collected: num_existing=0
2021-09-20T09:50:52.991Z [DEBUG] identity: loading entities
2021-09-20T09:50:52.991Z [DEBUG] identity: entities collected: num_existing=0
2021-09-20T09:50:52.991Z [INFO] expiration: lease restore complete
2021-09-20T09:50:52.992Z [INFO] identity: entities restored
2021-09-20T09:50:52.992Z [DEBUG] identity: identity loading groups
2021-09-20T09:50:52.992Z [DEBUG] identity: groups collected: num_existing=0
2021-09-20T09:50:52.992Z [INFO] identity: groups restored
2021-09-20T09:50:52.992Z [DEBUG] core: request forwarding setup function
2021-09-20T09:50:52.992Z [DEBUG] core: clearing forwarding clients
2021-09-20T09:50:52.992Z [DEBUG] core: done clearing forwarding clients
2021-09-20T09:50:52.992Z [DEBUG] core: request forwarding not setup
2021-09-20T09:50:52.992Z [DEBUG] core: leaving request forwarding setup function
2021-09-20T09:50:52.992Z [INFO] core: usage gauge collection is disabled
2021-09-20T09:50:52.992Z [INFO] core: post-unseal setup complete
2021-09-20T09:50:52.992Z [INFO] core: vault is unsealed
2021-09-20T09:51:07.899Z [INFO] secrets.database.database_b902502f: initializing database rotation queue
2021-09-20T09:51:07.900Z [INFO] core: successful mount: namespace="" path=database/ type=database
2021-09-20T09:51:07.910Z [INFO] secrets.database.database_b902502f: populating role rotation queue
2021-09-20T09:51:07.910Z [INFO] secrets.database.database_b902502f: starting periodic ticker
2021-09-20T09:52:59.068Z [INFO] secrets.database.database_b902502f.vault-plugin-database-oracle: configuring client automatic mTLS
2021-09-20T09:52:59.097Z [DEBUG] secrets.database.database_b902502f.vault-plugin-database-oracle: starting plugin: path=/root/vault/plugins/vault-plugin-database-oracle args=["/root/vault/plugins/vault-plugin-database-oracle"]
2021-09-20T09:52:59.170Z [DEBUG] secrets.database.database_b902502f.vault-plugin-database-oracle: starting plugin: path=/root/vault/plugins/vault-plugin-database-oracle args=["/root/vault/plugins/vault-plugin-database-oracle"]