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

feat: image protection #774

Merged
merged 3 commits into from
Apr 29, 2024
Merged

feat: image protection #774

merged 3 commits into from
Apr 29, 2024

Conversation

QuCMGisaia
Copy link
Contributor

  • add interceptor to enrich image request headers

if (!!token) {
request = request.clone({
setHeaders: {
Authorization: `Bearer ${token}`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in case of iam, we need to check if an arlas-org-filter exists, we shouldn't remove it

@QuCMGisaia QuCMGisaia merged commit 955223c into feat/25.0.0 Apr 29, 2024
1 check passed
@QuCMGisaia QuCMGisaia deleted the feat/imageProtection branch April 29, 2024 09:22
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.

3 participants