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

fix: added filters to list resource api #48

Merged
merged 1 commit into from
Oct 7, 2021

Conversation

ishanarya0
Copy link
Member

Changes w.r.t. this PR: raystack/guardian#61

@ishanarya0 ishanarya0 changed the title fix: change datatype of is_deleted to string fix: added filters to list resource api Oct 4, 2021
@rahmatrhd rahmatrhd merged commit a1e6730 into raystack:guardian Oct 7, 2021
ravisuhag pushed a commit that referenced this pull request Nov 10, 2021
* add: add guardian proto

* fix: fix java outer classname

* fix: change go package name

* docs: add descriptive comments on each entity

* fix: rename MakeAction to UpdateApproval

* fix: change labels type to map<string, string>

* fix: add service suffix in the service name

* fix: change resources field under provider config to repeated type

* fix: change provider create and update request to receive provider config

* fix: change update resource return value to be UpdateResourceResponse

* fix: change http request bodies to be backward compatible

* fix: change update approval http request body

* feat: add filter by statuses in list approvals

* feat: add reason payload in revoke appeal

* feat: add revoke information in appeal

* fix: rename RoleConfig to Role

Co-authored-by: Ishan Arya <ishanarya0@gmail.com>

* feat: add list roles api

Co-authored-by: Ishan Arya <ishanarya0@gmail.com>

* feat: add list user appeals method

* feat: add list user approvals method

* feat: add details to each resource of an appeal

* feat: add duration to appeal options

* feat: add GetProvider

* feat: add GetPolicy

* feat: add GetResource

* feat: remove (soft) resources from db for deleted actual resources in the provider (#46)

* feat: added soft delete of resource feature

* fix: use is_deleted as a query string

Co-authored-by: Ishan Arya <ishanarya0@gmail.com>

Co-authored-by: Rahmat Hidayat <rahmatramahidayat@gmail.com>

* feat: added filters to list resource api (#48)

* feat(guardian): add proto messages for additional appeals

* feat(guardian): rename appeal user to account_id

* feat(guardian): add account_type and created_by

* fix(guardian): update approval step message fields

* fix(guardian): add creator value in appeal

* feat(guardian): add details filter in ListResourcesRequest

* feat(guardian): add iam config field in policy

* fix(guardian): move guardian proto under v1

* fix(guardian): use proper response message types for Get* rpcs

* fix(guardian): remove openapi external docs

* chore: change version to v1beta1

* chore: add /v1beta1 prefix in url path

Co-authored-by: Ishan Arya <ishanarya0@gmail.com>
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.

2 participants