2

伙计们,配置 Apache 以传递 OATH 身份验证信息的正确方法是什么?我们正在尝试使用 apache 前端存储桶,并具有以下配置:

SSLProxyEngine On
RequestHeader set Front-End-Https "On"
ProxyPass /bucketname https://storage.googleapis.com/bucketname
RequestHeader add Authorization "Bearer 4/_gCUxIJoLgasdl;fkjasdfldjsfjksdfYGjYfAI"

我对 OATH 很陌生。根据我收集的信息,您可以通过 HTTP 标头指定身份验证参数,并将它们传递给 GCS。通过上面的配置,我得到以下信息:

<Error>
<Code>AuthenticationRequired</Code>
<Message>Authentication required.</Message>
</Error>

我还需要使用 mod_headers 指定哪些其他信息?

谢谢!

4

0 回答 0