Skip to content

Commit 8400d5a

Browse files
author
Silvia
authored
Merge pull request #225 from maykinmedia/fix/222-remove-unused-vars
[#222] Remove unused env vars in OAB
2 parents defe267 + cd64125 commit 8400d5a

5 files changed

Lines changed: 6 additions & 14 deletions

File tree

charts/openarchiefbeheer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.9 (2025-05-14)
4+
5+
- [#222] Remove unused environment variables `TWO_FACTOR_FORCE_OTP_ADMIN` and `TWO_FACTOR_PATCH_ADMIN` since these are not used by the application. The values `settings.twoFactorAuthentication.forceOtpAdmin` and `settings.twoFactorAuthentication.patchAdmin` have also been removed.
6+
37
## 1.3.8 (2025-04-23)
48

59
- [#210] Fix app version to 1.0.0

charts/openarchiefbeheer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: openarchiefbeheer
33
description: Opstellen, beheren en uitvoeren van vernietigingslijsten, voor gebruik met Zaakgericht werken
44

55
type: application
6-
version: 1.3.8
6+
version: 1.3.9
77
appVersion: 1.0.0
88

99
dependencies:

charts/openarchiefbeheer/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# openarchiefbeheer
22

3-
![Version: 1.3.8](https://img.shields.io/badge/Version-1.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
3+
![Version: 1.3.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
44

55
Opstellen, beheren en uitvoeren van vernietigingslijsten, voor gebruik met Zaakgericht werken
66

@@ -171,8 +171,6 @@ Opstellen, beheren en uitvoeren van vernietigingslijsten, voor gebruik met Zaakg
171171
| settings.throttling.enable | bool | `true` | |
172172
| settings.throttling.rateAnonymous | string | `"2500/hour"` | |
173173
| settings.throttling.rateUser | string | `"15000/hour"` | |
174-
| settings.twoFactorAuthentication.forceOtpAdmin | bool | `true` | |
175-
| settings.twoFactorAuthentication.patchAdmin | bool | `true` | |
176174
| settings.uwsgi.harakiri | string | `""` | |
177175
| settings.uwsgi.master | string | `""` | |
178176
| settings.uwsgi.maxRequests | string | `""` | |

charts/openarchiefbeheer/templates/configmap.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ data:
6060
{{- end }}
6161
{{- if .Values.settings.enableAdminNavSidebar }}
6262
ENABLE_ADMIN_NAV_SIDEBAR: "{{ .Values.settings.enableAdminNavSidebar }}"
63-
{{- end }}
64-
{{- if .Values.settings.twoFactorAuthentication.forceOtpAdmin }}
65-
TWO_FACTOR_FORCE_OTP_ADMIN: "{{ .Values.settings.twoFactorAuthentication.forceOtpAdmin }}"
66-
{{- end }}
67-
{{- if .Values.settings.twoFactorAuthentication.patchAdmin }}
68-
TWO_FACTOR_PATCH_ADMIN: "{{ .Values.settings.twoFactorAuthentication.patchAdmin }}"
6963
{{- end }}
7064
{{- if .Values.settings.subpath }}
7165
SUBPATH: "{{ .Values.settings.subpath }}"

charts/openarchiefbeheer/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ settings:
210210
rateAnonymous: "2500/hour"
211211
rateUser: "15000/hour"
212212

213-
twoFactorAuthentication:
214-
forceOtpAdmin: true
215-
patchAdmin: true
216-
217213
csrf:
218214
trustedOrigins: ""
219215

0 commit comments

Comments
 (0)