Skip to content

Commit d15170f

Browse files
committed
artifactory schema changes: removed username and updated token definition
1 parent d6239bf commit d15170f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/bundle_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ only one can be configured at a time.
2828

2929
### Optional
3030

31-
- `artifactory` (Object, Sensitive) - `artifactory.username` (String) The Artifactory API username. This will likely be your hashicorp email address
32-
- `artifactory.token` (String) The Artifactory API token. You can sign into Artifactory and generate one
31+
- `artifactory` (Object, Sensitive) - `artifactory.token` (String) The Artifactory identity token. You can get one by joining the 'artifactory-users' Doormat
32+
group and using 'doormat artifactory create-token'
3333
- `artifactory.url` (String) The fully qualified Artifactory item URL. You can use enos_artifactory_item to search for this URL
3434
- `artifactory.sha256` (String) The Artifactory item SHA 256 sum. If present this will be verified on the remote target before the package is installed (see [below for nested schema](#nestedatt--artifactory))
3535
- `destination` (String) The destination directory of the installed binary, eg: /usr/local/bin/. This is required if the artifact is a zip archive and optional when installing RPM or Deb packages

internal/plugin/resource_bundle_install.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ only one can be configured at a time.
466466
Optional: true,
467467
DescriptionKind: tfprotov6.StringKindMarkdown,
468468
Description: docCaretToBacktick(`
469-
- ^artifactory.username^ (String) The Artifactory API username. This will likely be your hashicorp email address
470-
- ^artifactory.token^ (String) The Artifactory API token. You can sign into Artifactory and generate one
469+
- ^artifactory.token^ (String) The Artifactory identity token. You can get one by joining the ^artifactory-users^ Doormat
470+
group and using ^doormat artifactory create-token^
471471
- ^artifactory.url^ (String) The fully qualified Artifactory item URL. You can use enos_artifactory_item to search for this URL
472472
- ^artifactory.sha256^ (String) The Artifactory item SHA 256 sum. If present this will be verified on the remote target before the package is installed
473473
`),

0 commit comments

Comments
 (0)