Skip to content

fix: use correct env var name to pass auth jwks to storage container#3502

Merged
sweatybridge merged 1 commit into
developfrom
fix/pass-correct-env-var-to-storage-for-auth-jwks
Apr 29, 2025
Merged

fix: use correct env var name to pass auth jwks to storage container#3502
sweatybridge merged 1 commit into
developfrom
fix/pass-correct-env-var-to-storage-for-auth-jwks

Conversation

@itslenny

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

JWKs for storage are sent using AUTH_JWT_JWKS instead of just JWT_JWKS this causes users using 3rd party auth to be unable to upload files locally

What is the new behavior?

Pass JWKs as JWT_JWKS so storage will allow them for verification

Resolves: #3362

@itslenny itslenny requested a review from a team as a code owner April 29, 2025 16:42
@sweatybridge sweatybridge merged commit dc8dddb into develop Apr 29, 2025
@sweatybridge sweatybridge deleted the fix/pass-correct-env-var-to-storage-for-auth-jwks branch April 29, 2025 16:50
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.

Third party auth not working with Storage

2 participants