Skip to content

Commit

Permalink
Remove unneeded ariesDetails cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Nov 15, 2023
1 parent c3c5697 commit 65179d7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion charts/traction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release
| `ui.ux.copyright` | | `""` |
| `ui.ux.owner` | | `""` |
| `ui.ux.coverImageCopyright` | | `Photo by Kristoffer Fredriksson on StockSnap` |
| `ui.ariesDetails.ledgerDescription` | Ledger description | `bcovrin-test` |
| `ui.oidc.showInnkeeperAdminLogin` | Show Innkeeper Admin Login | `true` |
| `ui.oidc.showWritableComponents` | Show ledger-write UI components | `true` |
| `ui.oidc.active` | Enable OIDC authentication | `true` |
Expand Down
1 change: 0 additions & 1 deletion charts/traction/templates/ui/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
{{- include "tenant-ui.labels" . | nindent 4 }}
data:
FRONTEND_ARIES_LEDGER_DESCRIPTION: {{ .Values.ui.ariesDetails.ledgerDescription | quote }}
FRONTEND_INNKEEPER_OIDC_ACTIVE: {{ .Values.ui.oidc.active | quote }}
FRONTEND_INNKEEPER_OIDC_AUTHORITY: {{ .Values.ui.oidc.authority | quote }}
FRONTEND_INNKEEPER_OIDC_CLIENT: {{ .Values.ui.oidc.client | quote }}
Expand Down
4 changes: 0 additions & 4 deletions charts/traction/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,10 +622,6 @@ ui:
## @param ui.ux.infoBanner.showMessage Show the info banner <boolean>
showMessage: false

ariesDetails:
## @param ui.ariesDetails.ledgerDescription Ledger description
ledgerDescription: "bcovrin-test"

## Backend Configuration
##
oidc:
Expand Down
2 changes: 0 additions & 2 deletions deploy/traction/values-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ ui:
]
}
}
ariesDetails:
ledgerDescription: "bcovrin-test"
smtp:
server: apps.smtp.gov.bc.ca
port: 25
Expand Down
2 changes: 0 additions & 2 deletions deploy/traction/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ ui:
]
}
}
ariesDetails:
ledgerDescription: "bcovrin-test"
smtp:
server: apps.smtp.gov.bc.ca
port: 25
Expand Down
6 changes: 0 additions & 6 deletions services/tenant-ui/config/custom-environment-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
"messageLevel": "UX_INFO_BANNER_MESSAGE_LEVEL",
"showMessage": "UX_INFO_BANNER_SHOW_MESSAGE"
}
},
"ariesDetails": {
"acapyVersion": "FRONTEND_ACAPY_VERSION_DISPLAY",
"ledgerName": "FRONTEND_ARIES_LEDGER_DESCRIPTION",
"ledgerBrowser": "ACAPY_LEDGER_BROWSER_URL",
"tailsServer": "ACAPY_TAILS_BASE_URL"
}
},
"image": {
Expand Down
6 changes: 0 additions & 6 deletions services/tenant-ui/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
"messageLevel": "info",
"showMessage": false
}
},
"ariesDetails": {
"acapyVersion": "0.10.3",
"ledgerName": "bcovrin-test",
"ledgerBrowser": "http://test.bcovrin.vonx.io",
"tailsServer": "https://tails-test.vonx.io"
}
},
"image": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ const config = {
imageUrl: '/img/bc/bc_logo.png',
},
},
ariesDetails: {
acapyVersion: '0.8.1',
ledgerName: 'bcovrin-test',
ledgerBrowser: 'http://test.bcovrin.vonx.io',
tailsServer: 'https://tails-test.vonx.io',
},
},
image: {
buildtime: '',
Expand Down
14 changes: 0 additions & 14 deletions services/tenant-ui/frontend/test/__mocks__/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ const store: { [key: string]: any } = {
imageUrl: 'http://image.com',
},
},
ariesDetails: {
acapyVersion: '1.0',
ledger: 'ledger',
ledgerName: 'ledgerName',
ledgerBrowser: 'ledgerBrowser',
tailsServer: 'tailsServer',
},
oidc: {
active: false,
},
Expand Down Expand Up @@ -48,13 +41,6 @@ const store: { [key: string]: any } = {
imageUrl: 'http://image.com',
},
},
ariesDetails: {
acapyVersion: '1.0',
ledger: 'ledger',
ledgerName: 'ledgerName',
ledgerBrowser: 'ledgerBrowser',
tailsServer: 'tailsServer',
},
oidc: {
authority: 'authority',
},
Expand Down

0 comments on commit 65179d7

Please sign in to comment.