-
Notifications
You must be signed in to change notification settings - Fork 325
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
Data source for user and authentication execution #360
Data source for user and authentication execution #360
Conversation
fda157d
to
27c7da8
Compare
4fd2210
to
6c86641
Compare
…source-user-and-authentication-execution
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.
Apologies for the late review on this.
The only potential issue I'm noticing here is that the schemas for these new data sources don't match the schemas for their equivalent resources. Typically we'd expect these schemas to match unless there is a good reason not to.
Could you update the data source schemas, or help me understand if there was particular reason to omit the other attributes?
Thanks for the review. I have updated the requested changes. I thought it doesn't need to be included because it is optional. Let me know if anything else need to be changed. Cheers. |
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.
I went ahead and pushed some changes to your branch. let me know what you think. otherwise, lgtm
Hey thanks for the change. LGTM. |
Hi everyone,
I didn't see any contribution guidelines, so I will just go ahead and open this PR. This Pull Request will add data source for User and Authentication Execution. Currently we need that for our process.
If there's anything lacking please do let me know.
Cheers,
RJ