You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct/Update the swagger docu of the policy hub.
Details
Endpoint:/api/policy-hub/policy-types Type: GET
update the summary of the endpoint to "Provides all current supported policy types incl. a policy description and useCase link"
Endpoint:/api/policy-hub/policy-content Type: GET
update the summary of the endpoint to "Receive the policy template "access" or "usage" for a single policy rule based on the request parameters submitted by the user."
recheck if the parameter "UseCase" is really needed. Please analyse once for what the parameter is used; share the information with the Product Owner and agree on the next steps
Update the description of the endpoint parameter Type to "Policy type for which the policy is supposed to get created. Possible values: "Access" or "Usage""
Change the parameter name credential to PolicyName
Change the parameter name operatorId to operatorType
Update the description of the endpoint parameter operatorId to "Policy Rule operator. Possible values: "Equals" or "In""
Update the description of the endpoint parameter value to "OPTIONAL: Value to be used for the rightOperand"
Endpoint:/api/policy-hub/policy-content Type: POST
update the summary of the endpoint to "Receive the policy template "access" or "usage" for multiple policy rule template based on the input request body."
The text was updated successfully, but these errors were encountered:
@AnuragNagpure let me know in case you have questions regarding the requirement.
Note: this is not the backend repo - its the policy hub - you likely need to first of all update your local dev connection
Code wise phil is the expert ;)
Summary
Correct/Update the swagger docu of the policy hub.
Details
Endpoint:
/api/policy-hub/policy-types
Type: GET
Endpoint:
/api/policy-hub/policy-content
Type: GET
Type
to "Policy type for which the policy is supposed to get created. Possible values: "Access" or "Usage""credential
toPolicyName
operatorId
tooperatorType
operatorId
to "Policy Rule operator. Possible values: "Equals" or "In""value
to "OPTIONAL: Value to be used for the rightOperand"Endpoint:
/api/policy-hub/policy-content
Type: POST
The text was updated successfully, but these errors were encountered: