Skip to content
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

Azure Blob Storage URL creation requires different construction of connection #529

Open
devine12 opened this issue Jan 3, 2024 · 0 comments

Comments

@devine12
Copy link

devine12 commented Jan 3, 2024

Is your feature request related to a problem? Please describe.
Currently in the api_policy_source the url that is constructed append bundle.tar.gz to the end of the url. For Azure Blob Storage a SAS token is required at the end of the url.

Current state:
{url}?{SAS_TOKEN}/bundle.tar.gz

Required State:
{url}/bundle.tar.gz?{SAS_TOKEN}

Describe the solution you'd like
The solution our team has added will construct the correct url with some additional identity management when given the correct env-vars as shown in the documentation.

Describe alternatives you've considered
Alternatives were to create a proxy between OPAL and the blob storage but we would rather have this functionality baked in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant