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

[ws-manager-bridge] Remove HasUserLevel admission constraint #11383

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

csweichel
Copy link
Contributor

@csweichel csweichel commented Jul 14, 2022

Description

This PR removes the has-user-level admission constraint. We never actually used this constrained, so it was just deadweight.

This PR is part of a stack of changes:

How to test

This PR should not actually incur functional changes of any sort.

Release Notes

NONE

Werft options:

  • /werft with-preview

We never really used it and solved this case with other means
@@ -58,7 +58,7 @@ message AdmissionConstraint {
oneof constraint {
FeaturePreview has_feature_preview = 1;
HasPermission has_permission = 2;
string has_user_level = 3;
// deprecated anr removed: has_user_level = 3;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo is fixed later in the PR stack

@csweichel csweichel marked this pull request as ready for review July 14, 2022 14:49
@csweichel csweichel requested review from a team July 14, 2022 14:49
@csweichel csweichel requested a review from geropl as a code owner July 14, 2022 14:49
@github-actions github-actions bot added team: webapp Issue belongs to the WebApp team team: workspace Issue belongs to the Workspace team labels Jul 14, 2022
Copy link
Member

@geropl geropl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM and builds: 👍

@roboquat roboquat merged commit 68840d6 into main Jul 14, 2022
@roboquat roboquat deleted the cw/remove-wsac-usrlvl branch July 14, 2022 17:49
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note size/M team: webapp Issue belongs to the WebApp team team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants