-
Notifications
You must be signed in to change notification settings - Fork 930
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
Remove Candid authentication and RBAC authorization #12830
Merged
Merged
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
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
github-actions
bot
added
Documentation
Documentation needs updating
API
Changes to the REST API
labels
Feb 7, 2024
markylaing
force-pushed
the
remove-candid-rbac
branch
from
February 7, 2024 14:49
578b2e3
to
98b2dcc
Compare
CLA check is failing because there are too many commits (I'll look into fixing this). In the meantime I can see that all of my commits are signed off with:
|
tomponline
reviewed
Feb 7, 2024
tomponline
previously approved these changes
Feb 7, 2024
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
This file will soon be deleted/heavily modified to change authorization object types into "entity types" and authorization objects into URLs. New entitlements will also be added. The nolint directive will be removed after the changes are made. Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
Signed-off-by: Mark Laing <mark.laing@canonical.com>
markylaing
force-pushed
the
remove-candid-rbac
branch
from
February 7, 2024 15:18
98b2dcc
to
a7d4f4a
Compare
tomponline
approved these changes
Feb 7, 2024
@tomponline apologies - I forgot the patch to remove the old config keys from the database. I'll put up a separate PR. |
markylaing
added a commit
to markylaing/lxd
that referenced
this pull request
Feb 8, 2024
canonical#12830 removed Candid and RBAC support from LXD but the database entries for the config items in any existing LXD installations that are using Candid/RBAC will remain. This patch removes those config items. Signed-off-by: Mark Laing <mark.laing@canonical.com>
markylaing
added a commit
to markylaing/lxd
that referenced
this pull request
Feb 8, 2024
canonical#12830 removed Candid and RBAC support from LXD but the database entries for the config items in any existing LXD installations that are using Candid/RBAC will remain. This patch removes those config items. Signed-off-by: Mark Laing <mark.laing@canonical.com>
markylaing
added a commit
to markylaing/lxd
that referenced
this pull request
Feb 8, 2024
canonical#12830 removed Candid and RBAC support from LXD but the database entries for the config items in any existing LXD installations that are using Candid/RBAC will remain. This patch removes those config items. Signed-off-by: Mark Laing <mark.laing@canonical.com>
This was referenced Feb 9, 2024
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.
Removes Candid and RBAC from LXD, the LXD client, the CLI, the documentation, and all related tooling and tests.