Skip to content

Commit

Permalink
README: document helper-specific configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Feb 20, 2025
1 parent 0cc3207 commit b806c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ You can override the config file location using the `$CREDENTIAL_HELPER_CONFIG_F
- `.urls[].host`: Host of the url. Matches any host when empty and uses globbing otherwise (a `*` matches any characters).
- `.urls[].path`: Path of the url. Matches any path when empty and uses globbing otherwise (a `*` matches any characters).
- `.urls[].helper`: Helper to use for this url. Can be one of `s3`, `gcs`, `github`, `oci` or `null`.
- `.urls[].config`: Optional helper-specific configuration. Refer to the documentation of the chosen helper for more information.

### Example

Expand Down

0 comments on commit b806c7f

Please sign in to comment.