-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPA Pulling OCI Bundle from AWS ECR #6580
Comments
@carabasdaniel @gitu any thoughts here? |
Hi @vazquezf2000, Thanks for the detailed issue, does |
oras pull from the CLI works as expected and so does using the oras lib directly via |
Hi @vazquezf2000, according to the last comment here #6590 you should be able to get this working using the AWS rest plugin for the client credentials or you can use a custom plugin to prevent attaching the |
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. Although currently inactive, the issue could still be considered and actively worked on in the future. More details about the use-case this issue attempts to address, the value provided by completing it or possible solutions to resolve it would help to prioritize the issue. |
Fixed in #6728. |
I am attempting to pull an OCI policy bundle from AWS' ECR service. When the request for the blob is made,
Please see the traffic flow below....
Fetch Request:
HTTP Dump:
Fetch Response:
Redirect Request:
Redirect Response:
OPA Debug Log:
Steps To Reproduce
Followed instructions at:
https://www.openpolicyagent.org/docs/latest/configuration/#using-private-image-from-oci-repositories
created the following configuration:
Run via CLI as follows:
opa run -s --watch -c /temp/config.yaml --log-level=debug --log-format=json-pretty --diagnostic-addr=0.0.0.0:8282
Expected behavior
Additional context
Please let me know if you need additional information :-)
The text was updated successfully, but these errors were encountered: