Skip to content

Commit

Permalink
docs(Quay): add link to instructions to generate token (#2243)
Browse files Browse the repository at this point in the history
* docs(Quay): add link to instructions to generate token

* docs(Quay): improve formatting and clarity in docs

* Update plugins/quay/README.md

Co-authored-by: Dominika Zemanovicova <36102317+dzemanov@users.noreply.github.com>

---------

Co-authored-by: Dominika Zemanovicova <36102317+dzemanov@users.noreply.github.com>
  • Loading branch information
evanshortiss and dzemanov authored Oct 7, 2024
1 parent 2d5cf59 commit 29837a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/quay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ The Quay plugin displays the information about your container images within the
credentials: require
headers:
X-Requested-With: 'XMLHttpRequest'
# Uncomment the following line to access a private Quay Repository using a token
# Uncomment and use the Authorization header below to access a private Quay
# Repository using a token. Refer to the "Applications and Tokens" section
# at https://docs.quay.io/api/ to find the instructions to generate a token
# Authorization: 'Bearer <YOUR TOKEN>'
changeOrigin: true
# Change to "false" in case of using self hosted quay instance with a self-signed certificate
Expand Down

0 comments on commit 29837a8

Please sign in to comment.