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

When generating the SDK payload, always use context w/ full read access #2196

Merged
merged 1 commit into from Mar 6, 2024

Conversation

jdorn
Copy link
Member

@jdorn jdorn commented Mar 6, 2024

Features and Changes

Fixes bug when a user with limited read access in some projects updates a feature they do have access to.

Currently, this will result in a broken SDK payload since it will be missing any features/experiments the user doesn't have read access to.

After this PR, the code that generates the SDK payload will always have full read access, even if the user who kicked off the job doesn't.

@jdorn jdorn requested a review from mknowlton89 March 6, 2024 03:33
Copy link

github-actions bot commented Mar 6, 2024

Your preview environment pr-2196-bttf has been deployed.

Preview environment endpoints are available at:

@jdorn jdorn merged commit 3e477ca into main Mar 6, 2024
3 checks passed
@jdorn jdorn deleted the sdk-payload-context branch March 6, 2024 15:43
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.

None yet

2 participants