Skip to content

Commit

Permalink
Remove Policy OPA (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia authored Jun 5, 2020
1 parent 6e6ed30 commit fb59e8c
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 122 deletions.
219 changes: 121 additions & 98 deletions portal-ui/bindata_assetfs.go

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions portal-ui/src/screens/Console/Configurations/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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: [
Expand Down

0 comments on commit fb59e8c

Please sign in to comment.