You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no parameter to define "with" with the value "all of these or any of these", which would be used to configure the combo box in the image below
something like this example:
team = codefresh_team.developers.id
resource = "pipeline"
action = "run"
tags = [
"demo",
"test"
]
rule_type = "any"
}having the following options:- any(any of these)- all(all of these)Api already uses a similar field com a chamada à https://g.codefresh.io/api/abac/teamRules[
{
"resource": "pipeline",
"relatedResource": "project",
"ruleType": "any",
"action": "approve",
"attributes": [
"*"
],
"id": "12345",
"role": "123456"
}
]### Version### codefresh-io/codefresh v0.11.0### Relevant Terraform Configuration_No response_
The text was updated successfully, but these errors were encountered:
What happened?
codefresh-io/codefresh v0.11.0
There is no parameter to define "with" with the value "all of these or any of these", which would be used to configure the combo box in the image below
something like this example:
The text was updated successfully, but these errors were encountered: