This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
This file contains 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
ramizpolic
force-pushed
the
feature/rbac
branch
6 times, most recently
from
July 26, 2023 15:30
c5a1368
to
6428fb0
Compare
ramizpolic
force-pushed
the
feature/rbac
branch
3 times, most recently
from
July 28, 2023 16:13
238448e
to
393921b
Compare
ramizpolic
commented
Jul 28, 2023
ramizpolic
commented
Jul 28, 2023
ramizpolic
force-pushed
the
feature/rbac
branch
3 times, most recently
from
July 28, 2023 17:30
c1e8640
to
04429d1
Compare
ramizpolic
added
enhancement
New feature or request
infrastructure
Issues related to VMClarity control plane infrastructure
labels
Jul 28, 2023
fishkerez
reviewed
Aug 3, 2023
ramizpolic
force-pushed
the
feature/rbac
branch
4 times, most recently
from
August 7, 2023 15:34
7906d2a
to
b760a7b
Compare
ramizpolic
force-pushed
the
feature/rbac
branch
2 times, most recently
from
August 8, 2023 08:42
f2e2ec3
to
5ec0805
Compare
Signed-off-by: Ramiz Polic <[email protected]>
Signed-off-by: Ramiz Polic <[email protected]>
Signed-off-by: Ramiz Polic <[email protected]>
ramizpolic
force-pushed
the
feature/rbac
branch
3 times, most recently
from
October 2, 2023 13:16
23b6f2c
to
6f16279
Compare
ramizpolic
force-pushed
the
feature/rbac
branch
from
October 2, 2023 13:20
35a81e0
to
1174f7d
Compare
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
New feature or request
epic
infrastructure
Issues related to VMClarity control plane infrastructure
roadmap
Items that are high-level, for making them visible on the roadmap.
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.
Description
Addresses openclarity/openclarity#726
All changes summarised in https://github.com/openclarity/vmclarity/tree/feature/rbac/pkg/apiserver/iam#readme
High level architecture
https://github.com/openclarity/vmclarity/tree/feature/rbac/pkg/apiserver/iam/testdata/architecture.png
Server-side stack
Separate component that is used to check user-action permissions.
Used in API middleware for API asset-action (e.g.
api:put
) authorization.Test environment
Requires Docker to run. This will create a Zitadel instance with bootstrapped data which you can use
out-of-the-box to enable IAM for VMClarity.
Config parameters
TODO (next iterations)
More resources
Type of Change
[ ] Bug Fix
[x] New Feature
[x] Breaking Change
[ ] Refactor
[ ] Documentation
[ ] Other (please describe)
Checklist