Skip to content

Commit 4436b00

Browse files
scellefschavis
andauthored
Updating example plugin name in Oracle DB examples (#1142)
As of Vault v1.9.0 (per commit 30a483088d8e3ed9f659f6072c9ee5f3a6dae90e), Vault's UI does not support custom plugin names. The OracleDB plugin's officially supported name is `vault-plugin-database-oracle'. Using another name will cause Vault's UI to throw a warning to the user, and redirect them to the CLI/API. This change just updates the plugin name used in the examples for the Oracle Database Secret Engine doc to use the officially support name, so as to reduce confusion for customers who may encounter this warning in the UI. Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
1 parent f7b7aed commit 4436b00

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

content/vault/v1.10.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
5353
1. Download and register the plugin:
5454

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

6363
```shell
6464
$ vault write database/config/my-oracle-database \
65-
plugin_name=oracle-database-plugin \
65+
plugin_name=vault-plugin-database-oracle \
6666
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
6767
allowed_roles="my-role" \
6868
username="VAULT_SUPER_USER" \

content/vault/v1.11.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
5555
1. Download and register the plugin:
5656

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

6565
```shell
6666
$ vault write database/config/my-oracle-database \
67-
plugin_name=oracle-database-plugin \
67+
plugin_name=vault-plugin-database-oracle \
6868
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
6969
allowed_roles="my-role" \
7070
username="VAULT_SUPER_USER" \

content/vault/v1.12.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
9595
1. Download and register the plugin:
9696

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

105105
```shell-session
106106
$ vault write database/config/my-oracle-database \
107-
plugin_name=oracle-database-plugin \
107+
plugin_name=vault-plugin-database-oracle \
108108
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
109109
allowed_roles="my-role" \
110110
username="VAULT_SUPER_USER" \

content/vault/v1.13.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
9595
1. Download and register the plugin:
9696

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

105105
```shell-session
106106
$ vault write database/config/my-oracle-database \
107-
plugin_name=oracle-database-plugin \
107+
plugin_name=vault-plugin-database-oracle \
108108
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
109109
allowed_roles="my-role" \
110110
username="VAULT_SUPER_USER" \

content/vault/v1.14.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
9595
1. Download and register the plugin:
9696

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

105105
```shell-session
106106
$ vault write database/config/my-oracle-database \
107-
plugin_name=oracle-database-plugin \
107+
plugin_name=vault-plugin-database-oracle \
108108
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
109109
allowed_roles="my-role" \
110110
username="VAULT_SUPER_USER" \

content/vault/v1.15.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
9595
1. Download and register the plugin:
9696

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

105105
```shell-session
106106
$ vault write database/config/my-oracle-database \
107-
plugin_name=oracle-database-plugin \
107+
plugin_name=vault-plugin-database-oracle \
108108
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
109109
allowed_roles="my-role" \
110110
username="VAULT_SUPER_USER" \

content/vault/v1.16.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
108108
1. Download and register the plugin:
109109

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

118118
```shell-session
119119
$ vault write database/config/my-oracle-database \
120-
plugin_name=oracle-database-plugin \
120+
plugin_name=vault-plugin-database-oracle \
121121
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
122122
allowed_roles="my-role" \
123123
username="VAULT_SUPER_USER" \

content/vault/v1.17.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
108108
1. Download and register the plugin:
109109

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

118118
```shell-session
119119
$ vault write database/config/my-oracle-database \
120-
plugin_name=oracle-database-plugin \
120+
plugin_name=vault-plugin-database-oracle \
121121
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
122122
allowed_roles="my-role" \
123123
username="VAULT_SUPER_USER" \

content/vault/v1.18.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
108108
1. Download and register the plugin:
109109

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

118118
```shell-session
119119
$ vault write database/config/my-oracle-database \
120-
plugin_name=oracle-database-plugin \
120+
plugin_name=vault-plugin-database-oracle \
121121
connection_url="{{username}}/{{password}}@localhost:1521/OraDoc.localhost" \
122122
allowed_roles="my-role" \
123123
username="VAULT_SUPER_USER" \

content/vault/v1.19.x/content/docs/secrets/databases/oracle.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ you will need to enable ipc_lock capabilities for the plugin binary.
108108
1. Download and register the plugin:
109109

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

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

199199
```shell-session
200200
$ vault write database/config/my-oracle-database \
201-
plugin_name="oracle-database-plugin" \
201+
plugin_name="vault-plugin-database-oracle" \
202202
allowed_roles="my-role" \
203203
connection_url="{{username}}/{{password}}@//localhost:1521/database-name" \
204204
self_managed=true

0 commit comments

Comments
 (0)