Skip to content

Commit e4dea8c

Browse files
committed
readme - fixed typos and added bearer token to example credentials
1 parent 5270984 commit e4dea8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/artifactory/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# artifactory
22

3-
This example module uses demonstrates the enos utilizing artifactory.
3+
This example module demonstrates enos utilizing artifactory.
44

5-
To used this module you'll need to provide the required credentials and
5+
To use this module you'll need to provide the required credentials and
66
search criteria in order to search for a valid binary.
77

88
For example, add the follow to a `terraform.tfvars` file:
@@ -11,6 +11,7 @@ For example, add the follow to a `terraform.tfvars` file:
1111
```hcl
1212
artifactory_username = "<your hashicorp email address>"
1313
artifactory_token = "<your artifactory token>"
14+
artifactory_bearer_token = "<artifactory identity token - instead of username/ token>"
1415
artifactory_host = "https://artifactory.hashicorp.engineering/artifactory"
1516
artifactory_repo = "hashicorp-packagespec-buildcache-local*"
1617
artifactory_path = "cache-v1/vault-enterprise/*"

0 commit comments

Comments
 (0)