Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -62,7 +62,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -64,7 +64,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -104,7 +104,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -104,7 +104,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -104,7 +104,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -104,7 +104,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -117,7 +117,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -117,7 +117,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -117,7 +117,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -117,7 +117,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down Expand Up @@ -198,7 +198,7 @@ Vault does not support dynamic roles/credentials with rootless DB connections.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name="oracle-database-plugin" \
plugin_name="vault-plugin-database-oracle" \
allowed_roles="my-role" \
connection_url="{{username}}/{{password}}@//localhost:1521/database-name" \
self_managed=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -117,7 +117,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down Expand Up @@ -198,7 +198,7 @@ Vault does not support dynamic roles/credentials with rootless DB connections.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name="oracle-database-plugin" \
plugin_name="vault-plugin-database-oracle" \
allowed_roles="my-role" \
connection_url="{{username}}/{{password}}@//localhost:1521/database-name" \
self_managed=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell-session
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -117,7 +117,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down Expand Up @@ -198,7 +198,7 @@ Vault does not support dynamic roles/credentials with rootless DB connections.

```shell-session
$ vault write database/config/my-oracle-database \
plugin_name="oracle-database-plugin" \
plugin_name="vault-plugin-database-oracle" \
allowed_roles="my-role" \
connection_url="{{username}}/{{password}}@//localhost:1521/database-name" \
self_managed=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
1. Download and register the plugin:

```shell
$ vault write sys/plugins/catalog/database/oracle-database-plugin \
$ vault write sys/plugins/catalog/database/vault-plugin-database-oracle \
sha256="..." \
command=vault-plugin-database-oracle
```
Expand All @@ -62,7 +62,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.

```shell
$ vault write database/config/my-oracle-database \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
allowed_roles="my-role" \
username="VAULT_SUPER_USER" \
Expand Down
Loading