Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mealal authored Sep 10, 2019
1 parent d4c3002 commit 61427ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Test the plugin in Hashicorp Vault 1.2.2 Docker image
The script uses Hashicorp image and install the _linux-amd64_ version of the plugin. You must build the plugin yourself before running the test. The Atlas clsuter connection details should be provided.

### Initial test
```
./start.sh --apiID=your_api_id --apiKey=your_api_key --groupID=your_group_id
```
The script will downloads image _vault_ and start container _hashicorp_vault_. As a result new temp user will be created.

### Getting more temp users
The follwoing command can be used to generate more tokens/users.
```
./new_token.sh
```

0 comments on commit 61427ab

Please sign in to comment.