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

PLTCONN-3883: Implement changes to support Direct permission config in connector spec that will show up in UI #41

Merged
merged 7 commits into from
Oct 19, 2023

Conversation

ricardo-fierro-sp
Copy link
Contributor

Description

What is the intent of this change and why is it being made?
Add permissions to entitlements

How Has This Been Tested?

What testing have you done to verify this change?
Manual testing

@ricardo-fierro-sp ricardo-fierro-sp requested a review from a team as a code owner October 13, 2023 18:25
@CLAassistant
Copy link

CLAassistant commented Oct 13, 2023

CLA assistant check
All committers have signed the CLA.

@@ -157,5 +163,5 @@ export type AccountSchema = Schema & {
* Entitlement schema
*/
export type EntitlementSchema = Schema & {
type: string
type: string,
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to add the boolean flag here also?

@@ -18,5 +18,6 @@ export type StdEntitlementListInput = {
export type StdEntitlementListOutput = ObjectOutput & {
type: string
deleted?: boolean
attributes: Attributes
attributes: Attributes,
permissions: Permission[]
Copy link
Contributor

Choose a reason for hiding this comment

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

What about the entitlement read command? Also if we want to have permission as part of the attribute, we don't need to worry about it here at all

@ricardo-fierro-sp ricardo-fierro-sp merged commit 9df61e7 into main Oct 19, 2023
2 checks passed
@ricardo-fierro-sp ricardo-fierro-sp deleted the ricardofierro/PLTCONN-3883 branch October 19, 2023 19:35
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