Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mealal authored Feb 21, 2019
1 parent 30f9b7d commit 7074a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Place vault-atlas-plugin file into your plugins folder and run
```
SHASUM=$(shasum -a 256 "./vault-atlas-plugin" | cut -d " " -f1)
vault write sys/plugins/catalog/database/vault-atlas-plugin sha_256="$SHASUM" command="vault-atlas-plugin"
vault write database/config/atlas plugin_name=vault-atlas-plugin allowed_roles="readonly" apiID="public API key" apiKey="private API key" groupID="group id"
vault write database/config/vault-atlas-plugin plugin_name=vault-atlas-plugin allowed_roles="readonly" apiID="public API key" apiKey="private API key" groupID="group id"
```

### Test
Expand Down

0 comments on commit 7074a3b

Please sign in to comment.