Home > other >  OPEN POLICY AGENT: Unable to download bundles from S3
OPEN POLICY AGENT: Unable to download bundles from S3

Time:03-12

I have set s3 related information as in config.yaml.This get call also returned 200 ok response.

GET call: enter image description here

CodePudding user response:

IF I used OBJECT URL, it throws 403 forbidden even I set public access for that file.

}, "level": "debug", "method": "GET", "msg": "Received response.", "status": "403 Forbidden", "time": "2022-03-11T15:20:12 05:30", "url": "https://{bucketname}.s3.us-west-2.amazonaws.com/policy-tar-gz"

  • Related