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

feat: add guardian proto #17

Merged
merged 46 commits into from
Nov 10, 2021
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
f7356d6
add: add guardian proto
rahmatrhd Jul 12, 2021
5e0eb7a
fix: fix java outer classname
rahmatrhd Jul 12, 2021
bfeaed6
fix: change go package name
rahmatrhd Jul 13, 2021
d299be5
docs: add descriptive comments on each entity
rahmatrhd Jul 15, 2021
0406180
fix: rename MakeAction to UpdateApproval
rahmatrhd Jul 15, 2021
ea5018c
Merge branch 'main' of github.com:odpf/proton into guardian
rahmatrhd Jul 15, 2021
32217ad
fix: change labels type to map<string, string>
rahmatrhd Jul 15, 2021
a05622b
fix: add service suffix in the service name
rahmatrhd Jul 16, 2021
a89c722
fix: change resources field under provider config to repeated type
rahmatrhd Aug 2, 2021
a11c141
fix: change provider create and update request to receive provider co…
rahmatrhd Aug 3, 2021
48a26be
fix: change update resource return value to be UpdateResourceResponse
rahmatrhd Aug 4, 2021
27b3c0b
fix: change http request bodies to be backward compatible
rahmatrhd Aug 4, 2021
9048340
fix: change update approval http request body
rahmatrhd Aug 4, 2021
bd6d44b
feat: add filter by statuses in list approvals
rahmatrhd Aug 17, 2021
994c664
feat: add reason payload in revoke appeal
rahmatrhd Aug 23, 2021
76f81fe
feat: add revoke information in appeal
rahmatrhd Aug 23, 2021
0d05b5e
fix: rename RoleConfig to Role
rahmatrhd Aug 26, 2021
c6ab737
feat: add list roles api
rahmatrhd Aug 26, 2021
4f86e23
feat: add list user appeals method
rahmatrhd Sep 1, 2021
5dc961d
feat: add list user approvals method
rahmatrhd Sep 1, 2021
2808e23
Merge branch 'main' of github.com:odpf/proton into guardian
rahmatrhd Sep 6, 2021
ee7c7e1
Merge branch 'main' of github.com:odpf/proton into guardian
rahmatrhd Sep 9, 2021
cddd1fb
feat: add details to each resource of an appeal
ishanarya0 Sep 18, 2021
87d10dd
Merge pull request #43 from ishanarya0/guardian
rahmatrhd Sep 23, 2021
83177ad
Merge branch 'guardian' of github.com:odpf/proton into guardian
rahmatrhd Sep 23, 2021
b811893
feat: add duration to appeal options
rahmatrhd Sep 26, 2021
5f5de63
feat: add GetProvider
rahmatrhd Sep 26, 2021
42864ac
feat: add GetPolicy
rahmatrhd Sep 26, 2021
0a3497e
feat: add GetResource
rahmatrhd Sep 26, 2021
b002639
feat: remove (soft) resources from db for deleted actual resources in…
ishanarya0 Oct 4, 2021
50da99a
Merge branch 'guardian' of github.com:odpf/proton into guardian
rahmatrhd Oct 4, 2021
a1e6730
feat: added filters to list resource api (#48)
ishanarya0 Oct 7, 2021
d22d52d
feat(guardian): add proto messages for additional appeals
rahmatrhd Oct 14, 2021
d61bc8d
feat(guardian): rename appeal user to account_id
rahmatrhd Oct 19, 2021
d7867a8
feat(guardian): add account_type and created_by
rahmatrhd Oct 21, 2021
3f2c0d3
Merge branch 'service-account-access' into guardian
rahmatrhd Oct 21, 2021
4c37214
fix(guardian): update approval step message fields
rahmatrhd Nov 1, 2021
3298573
fix(guardian): add creator value in appeal
rahmatrhd Nov 2, 2021
d52330b
feat(guardian): add details filter in ListResourcesRequest
rahmatrhd Nov 2, 2021
00aefc8
feat(guardian): add iam config field in policy
rahmatrhd Nov 2, 2021
7b950c7
Merge branch 'main' of github.com:odpf/proton into guardian
rahmatrhd Nov 2, 2021
278911e
fix(guardian): move guardian proto under v1
rahmatrhd Nov 2, 2021
58a75e3
fix(guardian): use proper response message types for Get* rpcs
rahmatrhd Nov 2, 2021
ba6a4de
fix(guardian): remove openapi external docs
rahmatrhd Nov 2, 2021
fcfc33a
chore: change version to v1beta1
rahmatrhd Nov 9, 2021
47f067b
chore: add /v1beta1 prefix in url path
rahmatrhd Nov 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading