Google Cloud Storage OATH mod_proxy

时间:2013-05-03 21:21:39

标签: google-cloud-storage google-compute-engine

民间,   配置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指定哪些其他信息?

谢谢!

0 个答案:

没有答案