-
Notifications
You must be signed in to change notification settings - Fork 293
Verifying the read access of anonymous users prior to transmitting the Mutation result. #1893
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
Verifying the read access of anonymous users prior to transmitting the Mutation result. #1893
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add tests. After feedback, the format of the error message is slightly changed to include the mutation operation name as well. Please refer to this PR for the latest format
seantleonard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need tests too. @neeraj-sharma2592
dc0d72d to
67ac50e
Compare
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
severussundar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for the most part. Some suggestions around re-using helper functions and few nits in tests
severussundar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
seantleonard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for updating with this behavior and addressing feedback!
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
…ce options #1980 (#2016) // only diff is excluded changes from mutationtests.cs for Cosmos that only exists in .11+. via #1893 ## Why make this change? - Closes #1956 - env variable replacement not happening in the `options` section of `data-source` property in our config. ## What is this change? - Added a DataSourceConverterFactory which will properly deserialize the data-source section considering the _replaceEnvVariable to decide weather to transform or not. ## How was this tested? - [X] Unit Tests --------- Co-authored-by: Abhishek Kumar <[email protected]>
Why make this change?
Resolves #1464 for CosmosDB.
What is this change?
Verifying the read access of anonymous users prior to transmitting the Mutation result
How was this tested?