Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: Feast Security Model (aka RBAC) #4380
feat: Feast Security Model (aka RBAC) #4380
Changes from 169 commits
4390a41
a4859b7
1f6d6f3
a2fa5de
d906554
21d29a8
f477add
30ee844
183d0c4
e4a0f9f
b5c5af1
dd15dd9
7d7a787
bb857e2
abf384f
8fb5227
ae01740
7b02d26
ad6765b
b1fbdb6
a9d7a92
1534a8d
a21845d
e06a631
4fadb7b
7d17c78
ec079a6
aef0747
14ea4c2
98eed44
78decaa
a02602d
6fba046
4408be5
34c151c
aa0758c
fbe1bd5
87710cb
e9ff6e6
679579e
1085b99
7bfc945
d988846
07211da
5386419
0548aea
a921f07
f0b95c8
f8a7140
95eca10
8d42fcf
ef6d21f
86a2e6b
9fc6db7
ea97997
711374a
6899f41
7b6561e
bc086ef
fb48f1a
0158cfd
2dbf6b1
6ac6c01
dc99e59
aaeb7b7
23ac8a6
c7e92a0
77abd12
c6e9638
53d7d10
fcd7419
f3e36d2
811dc83
7dca956
d2a9f6c
92198de
2cf1f00
74fe957
3b43c04
a83c5a6
ce6413b
a400f8f
dcec0cb
db1cfd6
93e6f4d
a0a68ef
b4e0e08
137fed1
716e099
bacd4a1
d76e3c4
5fff1ff
23d9a31
49fd90d
6a96e70
9308731
6538db6
c9bdbbe
3ab7087
b260756
269cc33
741010d
8c1993b
6558760
cb4add7
bf4ac90
d7defc1
190e609
542f389
bdd4fd6
571d9c6
de34a11
900bc86
065c99c
444ae71
86ec133
1fcb89d
787105b
2f169df
af35739
0333c56
9c42cfb
b51e58c
bc1f30c
63fa1e8
8c17cf8
035f197
f98b8d1
7c7ec37
414cd48
7631099
54a8392
366e288
cdb19fa
3b06316
61f5ef1
5b67a6c
ab454be
8cfe18f
7e8bfaa
6418549
f79b6ec
bebd292
e6b5e4c
33bb445
12895c0
9951489
71e4044
fd1243b
807c0f5
a8abd21
1183fbd
063a87f
4922b8b
7c9389d
3ff811e
0498d3f
23c829f
6c5e2c7
8409014
fdf331f
3a4f122
acf2190
136719e
9e3efe2
5534044
09893af
2581335
f04150a
3f1cd9c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can you confirm that these three are correct? i know this was generated with an LLM (which is fine!) but I think some of this may not be right.
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.
that's correct, simplified it more .
note
Service-to-Service Communication
this feature not yet part of this PR will be implementation next PRs.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.
Can we add a section called
architecture/rbac.md
to give a high-level overview of what this aims to do?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.
Added doc under
architecture/rbac.md
Please take a lookThere 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.
Thank you!