Skip to content

Commit

Permalink
Match plugin name from releases (hashicorp#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate authored and chrishoffman committed Oct 19, 2017
1 parent 648a7bd commit 9b9cc29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/source/docs/secrets/databases/oracle.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# Oracle Database Plugin

Name: `oracle-database-plugin`
Name: `vault-plugin-database-oracle`

The Oracle Database Plugin is an external plugin for the Database
backend. This plugin generates database credentials dynamically based on
Expand Down Expand Up @@ -37,17 +37,17 @@ build the plugin see the plugin's code repository. Once the plugin is built and
the binary is placed in Vault's plugin directory the catalog should be updated:

```
$ vault write sys/plugins/catalog/oracle-database-plugin \
$ vault write sys/plugins/catalog/vault-plugin-database-oracle \
sha_256=<expected SHA256 value> \
command=oracle-database-plugin
command=vault-plugin-database-oracle
```

Once the plugin exists in the plugin catalog the Database backend can configure
a connection for the Oracle Database:

```
$ vault write database/config/oracle \
plugin_name=oracle-database-plugin \
plugin_name=vault-plugin-database-oracle \
connection_url="system/Oracle@localhost:1521/OraDoc.localhost" \
allowed_roles="readonly"
Expand Down

0 comments on commit 9b9cc29

Please sign in to comment.