Skip to content

Commit

Permalink
Merge pull request #30 from jfrog/GH-15-update-readme-for-checksum
Browse files Browse the repository at this point in the history
Add note for binary checksum should not be used for production
  • Loading branch information
alexhung committed Feb 1, 2023
2 parents fdb62f5 + c6ea186 commit d3694d0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ vault read artifactory/token/test

### Using pre-built releases

You can find pre-built releases of the plugin [here][artreleases]. Once you have downloaded the latest archive corresponding to your target OS, uncompress it to retrieve the `artifactory` binary file.
You can find pre-built releases of the plugin [here][artreleases]. Once you have downloaded the latest archive corresponding to your target OS, uncompress it to retrieve the `artifactory` binary file.

### From Sources

Expand Down Expand Up @@ -73,6 +73,9 @@ vault write sys/plugins/catalog/secret/artifactory \
command="artifactory"
```

> **Note**
> This checksum above is provided for illustration purpose and does not validate your binary. It should **not** be used for production environment. At minimum, you should use the checksum provided as [part of the release](https://github.com/jfrog/artifactory-secrets-plugin/releases).
You can now enable the Artifactory secrets plugin:

```sh
Expand Down Expand Up @@ -121,10 +124,10 @@ vault write artifactory/roles/jenkins \
default_ttl=1h max_ttl=3h
```

Also supports grant_type=[Optional, default: "client_credentials"], and audience=[Optional, default: *@*]
see [JFrog documentation][artifactory-create-token].
Also supports `grant_type=[Optional, default: "client_credentials"]`, and `audience=[Optional, default: *@*]` see [JFrog documentation][artifactory-create-token].

**Note** : There are some changes in the **scopes** supported in artifactory request >7.21. Please refer to the JFrog documentation for the same according to the artifactory version.
> **Note**
> There are some changes in the **scopes** supported in artifactory request >7.21. Please refer to the JFrog documentation for the same according to the artifactory version.
```sh
vault list artifactory/roles
Expand Down Expand Up @@ -190,7 +193,7 @@ RTFACT-22477, proposing CIDR restrictions on the created access tokens.


## Contributors
See the [contribution guide](CONTRIBUTIONS.md).
See the [contribution guide](./CONTRIBUTING.md).

## License

Expand Down

0 comments on commit d3694d0

Please sign in to comment.