-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: JAAS groups schema and CRUD #570
Conversation
1 similar comment
Just taking a brief looking at this,
|
} | ||
|
||
// Read the group from JAAS | ||
group, err := resource.client.Jaas.ReadGroup(ctx, state.UUID.ValueString()) |
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'm wondering how this will work out. It's unexpected to read based off of a computed value from the plan, rather than a value required to be set.
1e11fd1
to
1f76ce7
Compare
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.
Nice work!
1f76ce7
to
5b5105a
Compare
5b5105a
to
bcf709c
Compare
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.
started the tests running, please review for success.
2 small items to address, if the tests are successful I'll approve.
/merge |
Description
This PR implements a resource for jaas groups, updates the jaas client to include required functions and covers the added functionality with tests.
CSS-9770 / CSS-9772
Type of change
jimm-go-sdk
, andjimm
in jaas integration test