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

[feature] Cors additions / GetTokenFromSecret #75

Merged
merged 3 commits into from
Jun 1, 2023
Merged

Conversation

St4NNi
Copy link
Member

@St4NNi St4NNi commented Jun 1, 2023

CORS support and GetTokenFromSecret to internal APIs

This small update adds CORS support to the internal GetObjectLocation request and enables the dataproxy to create short-lived api tokens on behalf of the user via s3 credentials.
With this the dataproxy can use these tokens to modify API resources via the public API directly without the need for extra internal requests.

Changelog

  • Added GetTokenFromSecret rpc to internal authorize service.
  • Added optional CorsConfiguration to GetObjectLocationResponse in internal proxy notifier. ([feat] CORS Configuration proxy#29)

Breaking Changes

No breaking changes for the public API were introduced.

@St4NNi St4NNi requested a review from lfbrehm June 1, 2023 09:46
@St4NNi St4NNi self-assigned this Jun 1, 2023
@St4NNi St4NNi merged commit 6716502 into dev Jun 1, 2023
@St4NNi St4NNi deleted the cors-additions branch June 1, 2023 09:56
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

Successfully merging this pull request may close these issues.

2 participants