Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b5e4c22e
Commit
b5e4c22e
authored
Mar 22, 2022
by
Alan (Maciej) Paruszewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failing specs
parent
e087febe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
ee/app/policies/ee/group_policy.rb
ee/app/policies/ee/group_policy.rb
+0
-9
No files found.
ee/app/policies/ee/group_policy.rb
View file @
b5e4c22e
...
@@ -72,11 +72,6 @@ module EE
...
@@ -72,11 +72,6 @@ module EE
ldap_lock_bypassable?
ldap_lock_bypassable?
end
end
with_scope
:subject
condition
(
:security_orchestration_policies_enabled
)
do
@subject
.
feature_available?
(
:security_orchestration_policies
)
end
condition
(
:security_dashboard_enabled
)
do
condition
(
:security_dashboard_enabled
)
do
@subject
.
feature_available?
(
:security_dashboard
)
@subject
.
feature_available?
(
:security_dashboard
)
end
end
...
@@ -411,10 +406,6 @@ module EE
...
@@ -411,10 +406,6 @@ module EE
enable
:admin_external_audit_events
enable
:admin_external_audit_events
end
end
rule
{
security_orchestration_policies_enabled
&
can?
(
:developer_access
)
}.
policy
do
enable
:security_orchestration_policies
end
rule
{
security_orchestration_policies_enabled
&
can?
(
:owner_access
)
}.
policy
do
rule
{
security_orchestration_policies_enabled
&
can?
(
:owner_access
)
}.
policy
do
enable
:update_security_orchestration_policy_project
enable
:update_security_orchestration_policy_project
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment