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

DB: Adds database representation of server, network_zone, and image_alias entity types. #12959

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

markylaing
Copy link
Contributor

@markylaing markylaing commented Feb 26, 2024

The server, network_zone, and image_alias entity types were added in #12872 as they were needed for replacing authorization objects. However, the database analogues for these entity types were not added because they are not required for the warning subsystem. This pull request adds these database entity types as they will be needed for authorization (#12914).

The `server`, `network_zone`, and `image_alias` entity types were added
in canonical#12872 as they were needed for replacing authorization objects.
However, the database analogues for these entity types were not added
because they are not required for the warning subsystem. This commit
adds these database entity types as they will be needed for
authorization.

Signed-off-by: Mark Laing <[email protected]>
The server entity type has no database analogue but we want these
functions to work in a general way. This is the only entity type
that will need special handling.

Signed-off-by: Mark Laing <[email protected]>
@markylaing markylaing self-assigned this Feb 26, 2024
@tomponline tomponline merged commit 2c76309 into canonical:main Feb 26, 2024
24 of 26 checks passed
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.

2 participants