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

Security Manager #511

Merged
merged 7 commits into from
Apr 3, 2024
Merged

Security Manager #511

merged 7 commits into from
Apr 3, 2024

Conversation

raoulvdberge
Copy link
Contributor

Fixes #90

@raoulvdberge raoulvdberge force-pushed the feat/GH-90/security-manager branch 2 times, most recently from d2b1a71 to 8afc560 Compare April 3, 2024 12:05
* If there are no decision providers, always allow
* If at least one decision provider denies, fail
* If at least one decision provider allows, accept
* If all decision providers pass, use fallback policy
* If no fallback policy is present, fail
* If at least one fallback policy denies, fail
* If at least one fallback policy allows, accept
* If all fallback policies pass, fail

This is a 2-pass check to ensure regular policies get prioritized over default policies.
@raoulvdberge raoulvdberge force-pushed the feat/GH-90/security-manager branch from 8afc560 to 981dd66 Compare April 3, 2024 12:16
Copy link

sonarqubecloud bot commented Apr 3, 2024

@raoulvdberge raoulvdberge merged commit 5334b8d into develop Apr 3, 2024
6 checks passed
@raoulvdberge raoulvdberge deleted the feat/GH-90/security-manager branch April 3, 2024 12:44
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Security Manager
1 participant