Remove Policy OPA (#164)

This commit is contained in:
Daniel Valdivia
2020-06-04 18:37:59 -07:00
committed by GitHub
parent 6e6ed300b7
commit fb59e8c353
2 changed files with 121 additions and 122 deletions

File diff suppressed because one or more lines are too long

View File

@@ -42,10 +42,6 @@ export const configurationElements: IConfigurationElement[] = [
configuration_id: "identity_ldap",
configuration_label: "Identity LDAP Configuration",
},
{
configuration_id: "policy_opa",
configuration_label: "Policy OPA Configuration",
},
{
configuration_id: "kms_vault",
configuration_label: "KMS Vault Configuration",
@@ -312,26 +308,6 @@ export const fieldsConfigurations: any = {
multiline: true,
},
],
policy_opa: [
{
name: "url",
required: true,
label: "OPA URL",
type: "string",
},
{
name: "auth_token",
required: true,
label: "Auth Token",
type: "string",
},
{
name: "policy_opa",
required: true,
label: "Policy OPA",
type: "string",
},
],
kms_vault: [],
kms_kes: [],
logger_webhook: [