Skip to content

Commit fb59e8c

Browse files
authored
Remove Policy OPA (#164)
1 parent 6e6ed30 commit fb59e8c

File tree

2 files changed

+121
-122
lines changed

2 files changed

+121
-122
lines changed

portal-ui/bindata_assetfs.go

Lines changed: 121 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal-ui/src/screens/Console/Configurations/utils.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ export const configurationElements: IConfigurationElement[] = [
4242
configuration_id: "identity_ldap",
4343
configuration_label: "Identity LDAP Configuration",
4444
},
45-
{
46-
configuration_id: "policy_opa",
47-
configuration_label: "Policy OPA Configuration",
48-
},
4945
{
5046
configuration_id: "kms_vault",
5147
configuration_label: "KMS Vault Configuration",
@@ -312,26 +308,6 @@ export const fieldsConfigurations: any = {
312308
multiline: true,
313309
},
314310
],
315-
policy_opa: [
316-
{
317-
name: "url",
318-
required: true,
319-
label: "OPA URL",
320-
type: "string",
321-
},
322-
{
323-
name: "auth_token",
324-
required: true,
325-
label: "Auth Token",
326-
type: "string",
327-
},
328-
{
329-
name: "policy_opa",
330-
required: true,
331-
label: "Policy OPA",
332-
type: "string",
333-
},
334-
],
335311
kms_vault: [],
336312
kms_kes: [],
337313
logger_webhook: [

0 commit comments

Comments
 (0)