-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat: Add support for OPA authorizer #474
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
fe70f06
feat: Add OPA authorizer
sbernauer 8fe3c18
feat: First draft of CRD structure
sbernauer a1908a7
changelog
sbernauer 21b0645
let tests pass again
sbernauer 34206ad
re-enable chaos monkey
sbernauer 19faf6a
re-add pull policy
sbernauer ca55767
add some docs
sbernauer cccd8fb
charts
sbernauer 387d56b
remove comment
sbernauer c2b60aa
Move example into file
sbernauer 3a80b31
Remove uneeded HADOOP_CLASSPATH, as https://github.com/stackabletech/…
sbernauer 43e1eaa
Merge branch 'main' into feat/opa-authorizer
sbernauer 90b659e
Add section on username extraction
sbernauer 09fcee9
Adopt to CRD decision
sbernauer f16adea
Rip out GroupMapper
sbernauer f97e043
changelog
sbernauer 4866a8e
add needed file
sbernauer 2fe626d
round of docs
sbernauer 3961cfb
improve docs
sbernauer a84930e
improve docs
sbernauer 402e8c9
english linter
sbernauer 7af2ecc
add doc comments
sbernauer cb31af6
added group entry for check-hdfs
adwk67 d4b70ba
Apply suggestions from code review
sbernauer 2d4c24f
Update docs/modules/hdfs/pages/usage-guide/security.adoc
sbernauer 40884e4
comment out
sbernauer dba095f
Improve rego
sbernauer bb264da
Set hadoop.user.group.static.mapping.overrides in case OPA is not ena…
sbernauer efd0cec
Use envsubst instead of kubectl apply inline
sbernauer 8a52deb
Only envsubst $NAMESPACE
sbernauer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
docs/modules/hdfs/examples/usage-guide/hdfs-regorules.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| apiVersion: v1 | ||
| kind: ConfigMap | ||
| metadata: | ||
| name: hdfs-regorules | ||
| labels: | ||
| opa.stackable.tech/bundle: "true" | ||
| data: | ||
| hdfs.rego: | | ||
| package hdfs | ||
|
|
||
| import rego.v1 | ||
|
|
||
| default allow = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| pub mod kerberos; | ||
| pub mod opa; |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.