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

Fixes #24558: Upmerge removed breaks 8.1 - api acl plugin #5501

Conversation

fanf
Copy link
Member

@fanf fanf commented Mar 21, 2024

@fanf fanf requested a review from VinceMacBuche March 21, 2024 11:46
@@ -292,6 +292,7 @@ object ApiAuthorization {
case object RO extends ApiAuthorization { override val kind: ApiAuthorizationKind = ApiAuthorizationKind.RO }
final case class ACL(acl: List[ApiAclElement]) extends ApiAuthorization {
override def kind: ApiAuthorizationKind = ApiAuthorizationKind.ACL
def debugString: String = acl.map(_.display).mkString(";")
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the important line

@fanf
Copy link
Member Author

fanf commented Mar 21, 2024

PR updated with a new commit

@fanf
Copy link
Member Author

fanf commented Mar 21, 2024

OK, squash merging this PR

@fanf fanf force-pushed the bug_24558/upmerge_removed_breaks_8_1_api_acl_plugin branch from 4fbbac8 to dd1eacf Compare March 21, 2024 15:43
@fanf fanf merged commit dd1eacf into Normation:branches/rudder/8.1 Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants