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

Release0.7 with bug fix for CosmosDB field auth when graphql is true, include is * #1516

Merged
merged 6 commits into from
May 24, 2023

Conversation

tarazou9
Copy link
Contributor

@tarazou9 tarazou9 commented May 24, 2023

Why make this change?

What is this change?

  • Reason for causing this is because GraphQLSingularTypeToEntityNameMap in RuntimeConfig.cs is not adding the entity type when there is no singular type passed in, and for WILDCARD permission check, the AuthorizationResolver is retrieving all the fields columns using the GraphQLSingularTypeToEntityNameMap keys.

How was this tested?

  • Integration Tests

@Aniruddh25
Copy link
Contributor

Shouldn't the PR merge target be release/0.7 ?

Also, please provide better description in the title and PR description of what this cherry pick bug fix is about.

@tarazou9 tarazou9 changed the base branch from main to release/0.7 May 24, 2023 20:08
@tarazou9 tarazou9 enabled auto-merge (squash) May 24, 2023 20:13
Copy link
Contributor

@aaronburtle aaronburtle left a comment

Choose a reason for hiding this comment

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

LGTM!

@tarazou9
Copy link
Contributor Author

Shouldn't the PR merge target be release/0.7 ?

Also, please provide better description in the title and PR description of what this cherry pick bug fix is about.

Updated. :)

@Aniruddh25 Aniruddh25 changed the title Release0.7 with bug fix Release0.7 with bug fix for CosmosDB field auth when graphql is true, include is * May 24, 2023
@tarazou9 tarazou9 merged commit 61de247 into release/0.7 May 24, 2023
12 checks passed
@tarazou9 tarazou9 deleted the release0.7WithBugFix branch May 24, 2023 21:24
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

3 participants