Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mealal authored Jun 7, 2019
1 parent 827f173 commit 7d4b2e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ vault write sys/plugins/catalog/database/atlas sha_256="$SHASUM" command="atlas"
vault write database/roles/readonly db_name=atlas creation_statements='{ "db": "admin", "roles": [{ "role": "readAnyDatabase" }] }' default_ttl="1h" max_ttl="24h"
vault write database/config/atlas plugin_name=atlas allowed_roles="readonly" apiID="public API key" apiKey="private API key" groupID="group id"
```
### Security
If your system uses ```mlock``` you should allow it for the plugin
```
sudo setcap cap_ipc_lock=+ep /your_plugin_directory_path/atlas
```

### Test
```
Expand Down

0 comments on commit 7d4b2e0

Please sign in to comment.