Skip to content

Commit 2ebbe7d

Browse files
committed
CDAP-21188 add feature flag for wrangler actions rbac
1 parent 903d6cb commit 2ebbe7d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

cdap-common/src/main/resources/cdap-default.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6154,6 +6154,14 @@
61546154
</description>
61556155
</property>
61566156

6157+
<property>
6158+
<name>feature.wrangler.workspace.auth.check.enabled</name>
6159+
<value>false</value>
6160+
<description>
6161+
Enables authorization enforcement on workspace actions in Wrangler. If disabled, no checks will be performed.
6162+
</description>
6163+
</property>
6164+
61576165
<property>
61586166
<name>feature.namespaced.service.accounts.enabled</name>
61596167
<value>false</value>

cdap-features/src/main/java/io/cdap/cdap/features/Feature.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public enum Feature {
4242
WRANGLER_PRECONDITION_SQL("6.9.1"),
4343
WRANGLER_EXECUTION_SQL("6.10.0"),
4444
WRANGLER_SCHEMA_MANAGEMENT("6.10.0"),
45+
WRANGLER_WORKSPACE_AUTH_CHECK("6.11.1"),
4546
NAMESPACED_SERVICE_ACCOUNTS("6.10.0"),
4647
WRANGLER_KRYO_SERIALIZATION("6.10.1"),
4748
SOURCE_CONTROL_MANAGEMENT_GITLAB_BITBUCKET("6.10.1"),

0 commit comments

Comments
 (0)