-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat: OIDC support #660
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
feat: OIDC support #660
Changes from 29 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2f4af4d
fix: Correctly encode user given content, such as passwords (#627)
sbernauer a31fde1
add vscode debugging profile
labrenbe c612bf4
wip: add integration test for oidc
labrenbe 4054c17
Merge remote-tracking branch 'origin/main' into feat/oidc-support
labrenbe 8e4ca19
Merge remote-tracking branch 'origin/main' into feat/oidc-support
labrenbe 7b89547
wip: debug oidc & jwts
labrenbe d96503c
wip
labrenbe 6a005ae
wip: map over ContainerBuilders
NickLarsenNZ ec83a52
fix oidc test
labrenbe 1ac981b
fix oidc test
labrenbe 46cebd1
fix clippy, update CRD and remove debug files
labrenbe e6ecd09
Merge remote-tracking branch 'origin/main' into feat/oidc-support
labrenbe 5a6ad47
run cargo fmt
labrenbe f6b5dcb
address clippy and yamllint feedback
labrenbe 9baf17e
remove unneccessary return
labrenbe e007773
reenable all tests
labrenbe 07e8d1a
add docs and fix oidc test
labrenbe d357343
remove reporting task from oidc test
labrenbe 458cd29
add debug logging
labrenbe 0247445
fix test logging
labrenbe 3087d46
use nifi-latest in oidc test
labrenbe cd49351
add comment why nifi-latest is used
labrenbe 3c98ad5
clean up code and add comment
labrenbe ce13a4a
Merge branch 'main' into feat/oidc-support
labrenbe 9d11920
address feedback from review
labrenbe d7e9c82
improve oidc integration test
labrenbe dce0f7c
fix oidc test for nifi 2.0.0-M4
labrenbe 36dde26
Merge remote-tracking branch 'origin/main' into feat/oidc-support
labrenbe 0959c75
increase timeout on test job creation
labrenbe a4e5fab
fix docs on oidc
labrenbe a07ec4f
move config for debugger to operator-templating
labrenbe 447ed26
add comment to test job assert
labrenbe 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "lldb", | ||
"request": "launch", | ||
"name": "Debug executable 'stackable-nifi-operator'", | ||
"cargo": { | ||
"args": [ | ||
"build", | ||
"--bin=stackable-nifi-operator", | ||
"--package=stackable-nifi-operator" | ||
], | ||
"filter": { | ||
"name": "stackable-nifi-operator", | ||
"kind": "bin" | ||
} | ||
}, | ||
"args": ["run"], | ||
"cwd": "${workspaceFolder}" | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
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.