mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Update GCP Storage authentication comment (#1716)
This commit is contained in:
+4
-4
@@ -353,10 +353,10 @@ IndexType = "none"
|
|||||||
|
|
||||||
# JSONKey is a base64 encoded service account
|
# JSONKey is a base64 encoded service account
|
||||||
# key that allows Athens to be run outside of GCP
|
# key that allows Athens to be run outside of GCP
|
||||||
# but still be able to access GCS. If you are
|
# but still be able to access GCS. This is not needed
|
||||||
# running Athens inside GCP, you will most
|
# when relying on default GCP authentication with
|
||||||
# likely not need this as GCP figures out
|
# GOOGLE_APPLICATION_CREDENTIALS variable set up.
|
||||||
# internal authentication between products for you.
|
# See https://cloud.google.com/docs/authentication/getting-started.
|
||||||
#
|
#
|
||||||
# Env override: ATHENS_STORAGE_GCP_JSON_KEY
|
# Env override: ATHENS_STORAGE_GCP_JSON_KEY
|
||||||
JSONKey = ""
|
JSONKey = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user