From 29837a879c30c311e1b69d65d22bad3de11a6759 Mon Sep 17 00:00:00 2001 From: Evan Shortiss Date: Mon, 7 Oct 2024 17:48:35 +0900 Subject: [PATCH] docs(Quay): add link to instructions to generate token (#2243) * 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> --- plugins/quay/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/quay/README.md b/plugins/quay/README.md index 78c80124b8..ae89f52f2b 100644 --- a/plugins/quay/README.md +++ b/plugins/quay/README.md @@ -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 ' changeOrigin: true # Change to "false" in case of using self hosted quay instance with a self-signed certificate