-
Notifications
You must be signed in to change notification settings - Fork 167
feat(jans-cedarling): sync test-cases and README of java binding as per new policy st… #13779
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
Open
duttarnab
wants to merge
10
commits into
main
Choose a base branch
from
jans-cedarling-13778
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
5d088e4
feat: sync test-cases and README of java binding as per new policy st…
duttarnab bf54b6e
feat: fix code-rabbit comments
duttarnab 9b843d6
feat: fix code-rabbit comments
duttarnab bd94702
Merge branch 'main' into jans-cedarling-13778
duttarnab f404147
feat: fix review comments by Oleh
duttarnab 7f31596
feat: address review comment
duttarnab 38ed493
feat: remove not required fields from bootstrap config file
duttarnab 0404a07
feat: update comment
duttarnab 86027ee
Merge branch 'main' into jans-cedarling-13778
duttarnab ea2115a
feat: address review comments
duttarnab 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
Some comments aren't visible on the classic Files Changed page.
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 was deleted.
Oops, something went wrong.
76 changes: 12 additions & 64 deletions
76
jans-cedarling/bindings/cedarling-java/docs/bootstrap.json
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 |
|---|---|---|
| @@ -1,69 +1,17 @@ | ||
| { | ||
| "CEDARLING_APPLICATION_NAME": "My App", | ||
| "CEDARLING_AUDIT_HEALTH_INTERVAL": 0, | ||
| "CEDARLING_AUDIT_TELEMETRY_INTERVAL": 0, | ||
| "CEDARLING_DYNAMIC_CONFIGURATION": "disabled", | ||
| "CEDARLING_JWT_SIGNATURE_ALGORITHMS_SUPPORTED": [ | ||
| "HS256", | ||
| "RS256" | ||
| ], | ||
| "CEDARLING_JWT_SIG_VALIDATION": "disabled", | ||
| "CEDARLING_JWT_STATUS_VALIDATION": "disabled", | ||
| "CEDARLING_LISTEN_SSE": "disabled", | ||
| "CEDARLING_LOCAL_JWKS": null, | ||
| "CEDARLING_LOCAL_POLICY_STORE": null, | ||
| "CEDARLING_LOCK": "disabled", | ||
| "CEDARLING_LOCK_MASTER_CONFIGURATION_URI": null, | ||
| "CEDARLING_LOCK_SSA_JWT": null, | ||
| "CEDARLING_APPLICATION_NAME": "Cedarling-Test-In-Custom-Script", | ||
| "CEDARLING_POLICY_STORE_LOCAL_FN": "./docs/update_token_script.cjar", | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
| "CEDARLING_LOG_LEVEL": "DEBUG", | ||
| "CEDARLING_LOG_TTL": 120, | ||
| "CEDARLING_LOG_TYPE": "memory", | ||
| "CEDARLING_POLICY_STORE_ID": "840da5d85403f35ea76519ed1a18a33989f855bf1cf8", | ||
| "CEDARLING_POLICY_STORE_LOCAL_FN": "./custom/static/policy-store.json", | ||
| "CEDARLING_POLICY_STORE_URI": "", | ||
| "CEDARLING_LOG_TYPE": "std_out", | ||
| "CEDARLING_USER_AUTHZ": "disabled", | ||
| "CEDARLING_WORKLOAD_AUTHZ": "enabled", | ||
| "CEDARLING_PRINCIPAL_BOOLEAN_OPERATION": { | ||
| "or": [ | ||
| { | ||
| "and": [ | ||
| { | ||
| "===": [ | ||
| { | ||
| "var": "Jans::Workload" | ||
| }, | ||
| "ALLOW" | ||
| ] | ||
| }, | ||
| { | ||
| "===": [ | ||
| { | ||
| "var": "Jans::User" | ||
| }, | ||
| "ALLOW" | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "and": [ | ||
| { | ||
| "===": [ | ||
| { | ||
| "var": "Jans::TestPrincipal1" | ||
| }, | ||
| "ALLOW" | ||
| ] | ||
| }, | ||
| { | ||
| "===": [ | ||
| { | ||
| "var": "Jans::TestPrincipal2" | ||
| }, | ||
| "ALLOW" | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| "===": [{"var": "Jans::Workload"}, "ALLOW"] | ||
| }, | ||
| "id": "67d412fb-5dd9-4f85-9bd3-7b6471d90aa3" | ||
| "CEDARLING_JWT_SIG_VALIDATION": "disabled", | ||
| "CEDARLING_JWT_STATUS_VALIDATION": "disabled", | ||
| "CEDARLING_JWT_SIGNATURE_ALGORITHMS_SUPPORTED": [ | ||
| "HS256", "RS256" | ||
| ], | ||
| "CEDARLING_POLICY_STORE_VALIDATE_CHECKSUM": false | ||
| } | ||
82 changes: 0 additions & 82 deletions
82
jans-cedarling/bindings/cedarling-java/docs/policy-store.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
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.