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

Restructure authentication policies. #1232

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

partim
Copy link
Member

@partim partim commented Sep 12, 2024

This PR restructures how authentication policies are used in Krill. It removes the use of Oso and its policy definition language and instead switches to simple, straightforward mappings between permissions for resources and users.

This currently is an unfinished draft PR.

@partim partim marked this pull request as draft September 12, 2024 11:50
@partim
Copy link
Member Author

partim commented Sep 12, 2024

At this point, I have removed the oso and jmespath crates and shifted all policy decisions into the new daemon::auth::policy module. However, the module is currently just a stub. Next we need to define the actual policy configuration and implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant