-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |