Open
Conversation
Signed-off-by: Tani <111664369+taniwha3@users.noreply.github.com>
taniwha3
commented
Sep 11, 2022
accepted/005-node-authentication.md
Outdated
| @@ -0,0 +1,71 @@ | |||
| # Design / Feature | |||
|
|
|||
| *TODO for the document:* | |||
Contributor
Author
There was a problem hiding this comment.
I should include a section about observability here.
Signed-off-by: Tani <111664369+taniwha3@users.noreply.github.com>
Signed-off-by: Tani <111664369+taniwha3@users.noreply.github.com>
krisnova
reviewed
Sep 11, 2022
|
|
||
| Authorization decisions default to deny. | ||
|
|
||
| Not installing a policy engine causes all requests to be denied. |
Contributor
There was a problem hiding this comment.
We must must have "reasonable defaults" and opinions. Its a key part of the project.
Is this our reasonable default? Or should we give the user a default policy engine?
krisnova
reviewed
Sep 11, 2022
| - changes to the policy do not require a recompilation of auraed. | ||
| - policy can be centralized for multiple auraed. | ||
|
|
||
| ### Goals |
Contributor
There was a problem hiding this comment.
We will need to bake both authn and authz into our standard library, or at the very least call it out of scope.
- Do we have an authn subsystem? Or is this "transparent" based on the
aurae.toml? - Do we have an authz subsystem? Or is this "transparent" based on the
aurae.toml?
More on subsystems: https://github.com/aurae-runtime/api/tree/main/spec#aurae-api-specification
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Tani 111664369+taniwha3@users.noreply.github.com