This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new a9f5ab3e44 Update origin_server_auth.en.rst (#11810)
a9f5ab3e44 is described below
commit a9f5ab3e4417bd45f6df8fbfdcbcee51c758578d
Author: Jasmine Emanouel <[email protected]>
AuthorDate: Wed Oct 9 09:43:40 2024 +1100
Update origin_server_auth.en.rst (#11810)
---
doc/admin-guide/plugins/origin_server_auth.en.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/admin-guide/plugins/origin_server_auth.en.rst
b/doc/admin-guide/plugins/origin_server_auth.en.rst
index 4195a7f073..959f463786 100644
--- a/doc/admin-guide/plugins/origin_server_auth.en.rst
+++ b/doc/admin-guide/plugins/origin_server_auth.en.rst
@@ -184,7 +184,7 @@ Google Cloud Storage
Configuration options::
# Mandatory options
- --access_key=<access_id>
+ --session_token=<session_token>
--version=gcpv1
If the following option is used then the options could be specified in a file::
@@ -196,5 +196,5 @@ The ``gcp_auth.config`` config file could look like this::
# gcp_auth.config
- access_key=<access_id>
+ session_token=<access_id>
version=gcpv1