new configuration version

This commit is contained in:
haburger 2025-02-04 09:45:22 +00:00
parent 617ad89228
commit 06956d7d75
27 changed files with 64 additions and 49 deletions

View File

@ -46,7 +46,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-dbf48dcf25b8493a86353bec25f882a800ce190e"
tag: "r-204c3ed3f252b12ca8d250caad2ff4905e491e6c"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/idm-job"
credentials: "git-credentials"
keystores:

View File

@ -7,6 +7,7 @@
<ref bean="pruneShadowAccountsJob"/>
<ref bean="pruneOperationsAccountsJob"/>
<ref bean="IDM_Login_Event_Prune_History_Job"/>
<ref bean="deleteExpiredUrlTicketsJob"/>
</list>
</property>
<property name="triggers">
@ -15,6 +16,7 @@
<ref bean="pruneShadowAccountsJobTrigger"/>
<ref bean="pruneOperationsAccountsJobTrigger"/>
<ref bean="IDM_Login_Event_Prune_History_Job_Trigger"/>
<ref bean="deleteExpiredUrlTicketsJobTrigger"/>
</list>
</property>
<property name="dataSource">
@ -117,6 +119,23 @@
</bean>
</property>
</bean>
<bean class="org.springframework.scheduling.quartz.JobDetailFactoryBean" id="deleteExpiredUrlTicketsJob">
<property name="description" value="Delete expired url ticket credentials"/>
<property name="jobClass" value="ch.nevis.idm.batch.jobs.UpdateCredentialStateJob"/>
<property name="durability" value="true"/>
<property name="jobDataMap">
<bean class="org.quartz.JobDataMap">
<constructor-arg>
<map>
<entry key="credentialTypes" value="URLTICKET"/>
<entry key="expireAction" value="delete"/>
<entry key="sendingMethod" value="None"/>
<entry key="restrictToClients" value="d9a334a6-b6f5-4982-a24e-13ae095a60fa, cfa9c9b9-119f-4dff-9bb8-86d7c0cf2720"/>
</map>
</constructor-arg>
</bean>
</property>
</bean>
<bean class="org.springframework.scheduling.quartz.CronTriggerFactoryBean" id="IDM_Default_Prune_History_Job_Trigger">
<property name="name" value="IDM_Default_Prune_History_Job_Trigger"/>
<property name="description" value="Generated by nevisAdmin 4 pattern 0957497767812057fbf138cf"/>
@ -141,4 +160,9 @@
<property name="jobDetail" ref="IDM_Login_Event_Prune_History_Job"/>
<property name="cronExpression" value="05 0 0 18 * ?"/>
</bean>
<bean class="org.springframework.scheduling.quartz.CronTriggerFactoryBean" id="deleteExpiredUrlTicketsJobTrigger">
<property name="description" value="Delete expired url ticket credentials"/>
<property name="jobDetail" ref="deleteExpiredUrlTicketsJob"/>
<property name="cronExpression" value="45 0 0 * * ?"/>
</bean>
</beans>

View File

@ -46,7 +46,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-d644426f4fbf25fc88801447f895124d95984146"
tag: "r-204c3ed3f252b12ca8d250caad2ff4905e491e6c"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/idm"
credentials: "git-credentials"
keystores:

View File

@ -4,13 +4,11 @@
<property name="jobDetails">
<list>
<ref bean="pruneAgovAccountsJob"/>
<ref bean="deleteExpiredUrlTicketsJob"/>
</list>
</property>
<property name="triggers">
<list>
<ref bean="pruneAgovAccountsJobTrigger"/>
<ref bean="deleteExpiredUrlTicketsJobTrigger"/>
</list>
</property>
<property name="dataSource">
@ -57,31 +55,9 @@
</bean>
</property>
</bean>
<bean class="org.springframework.scheduling.quartz.JobDetailFactoryBean" id="deleteExpiredUrlTicketsJob">
<property name="description" value="Delete expired url ticket credentials"/>
<property name="jobClass" value="ch.nevis.idm.batch.jobs.UpdateCredentialStateJob"/>
<property name="durability" value="true"/>
<property name="jobDataMap">
<bean class="org.quartz.JobDataMap">
<constructor-arg>
<map>
<entry key="credentialTypes" value="URLTICKET"/>
<entry key="expireAction" value="delete"/>
<entry key="sendingMethod" value="None"/>
<entry key="restrictToClients" value="d9a334a6-b6f5-4982-a24e-13ae095a60fa, cfa9c9b9-119f-4dff-9bb8-86d7c0cf2720"/>
</map>
</constructor-arg>
</bean>
</property>
</bean>
<bean class="org.springframework.scheduling.quartz.CronTriggerFactoryBean" id="pruneAgovAccountsJobTrigger">
<property name="description" value="Archive and delete obsolete AGOV accounts (100d no activity)"/>
<property name="jobDetail" ref="pruneAgovAccountsJob"/>
<property name="cronExpression" value="59 23 17 12 * ?"/>
</bean>
<bean class="org.springframework.scheduling.quartz.CronTriggerFactoryBean" id="deleteExpiredUrlTicketsJobTrigger">
<property name="description" value="Delete expired url ticket credentials"/>
<property name="jobDetail" ref="deleteExpiredUrlTicketsJob"/>
<property name="cronExpression" value="45 0 0 * * ?"/>
</bean>
</beans>

View File

@ -44,7 +44,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-b339a2da27694a78cdbeb55b3f4110d11425556d"
tag: "r-204c3ed3f252b12ca8d250caad2ff4905e491e6c"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/logrend"
credentials: "git-credentials"
podSecurity:

View File

@ -119,7 +119,12 @@ class ProvidePhoneNumber {
evaluatePhoneNumbersAndSubmit() {
if (this.arePhoneNumbersEqual()) {
document.querySelector('#mobile').value = this.repeatPhoneNumberInput.value.trim().replaceAll(' ', '');
document.querySelector('#submitPhoneNumber').click();
// Some other 'click' listeners from gsap (used in drawer.js) seem to interfere with the trigger click on
// submitPhoneNumber button. It happens only on mobile devices, where the drawer is used. setTimeout seems to help
// to avoid the issue (although it is just a workaround).
setTimeout(() => {
document.querySelector('#submitPhoneNumber').click();
}, 100);
}
else {
this.setInvisible(this.modal);

View File

@ -3,7 +3,7 @@
$text.get("footer.text")
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
</div>
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="${login.appDataPath}/static/bundle.js"></script>
</body>

View File

@ -119,7 +119,12 @@ class ProvidePhoneNumber {
evaluatePhoneNumbersAndSubmit() {
if (this.arePhoneNumbersEqual()) {
document.querySelector('#mobile').value = this.repeatPhoneNumberInput.value.trim().replaceAll(' ', '');
document.querySelector('#submitPhoneNumber').click();
// Some other 'click' listeners from gsap (used in drawer.js) seem to interfere with the trigger click on
// submitPhoneNumber button. It happens only on mobile devices, where the drawer is used. setTimeout seems to help
// to avoid the issue (although it is just a workaround).
setTimeout(() => {
document.querySelector('#submitPhoneNumber').click();
}, 100);
}
else {
this.setInvisible(this.modal);

View File

@ -3,7 +3,7 @@
$text.get("footer.text")
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
</div>
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="${login.appDataPath}/static/bundle.js"></script>
</body>

View File

@ -119,7 +119,12 @@ class ProvidePhoneNumber {
evaluatePhoneNumbersAndSubmit() {
if (this.arePhoneNumbersEqual()) {
document.querySelector('#mobile').value = this.repeatPhoneNumberInput.value.trim().replaceAll(' ', '');
document.querySelector('#submitPhoneNumber').click();
// Some other 'click' listeners from gsap (used in drawer.js) seem to interfere with the trigger click on
// submitPhoneNumber button. It happens only on mobile devices, where the drawer is used. setTimeout seems to help
// to avoid the issue (although it is just a workaround).
setTimeout(() => {
document.querySelector('#submitPhoneNumber').click();
}, 100);
}
else {
this.setInvisible(this.modal);

View File

@ -3,7 +3,7 @@
$text.get("footer.text")
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
</div>
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="${login.appDataPath}/static/bundle.js"></script>
</body>

View File

@ -46,7 +46,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-b339a2da27694a78cdbeb55b3f4110d11425556d"
tag: "r-204c3ed3f252b12ca8d250caad2ff4905e491e6c"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/proxy-idm"
credentials: "git-credentials"
keystores:

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -60,7 +60,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -61,7 +61,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -62,7 +62,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -59,7 +59,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -66,7 +66,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -46,7 +46,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-b339a2da27694a78cdbeb55b3f4110d11425556d"
tag: "r-204c3ed3f252b12ca8d250caad2ff4905e491e6c"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/proxy-sp"
credentials: "git-credentials"
keystores:

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -60,7 +60,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -61,7 +61,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -62,7 +62,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -59,7 +59,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -66,7 +66,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.8.x.2598-20250129T202245Z</p>
<p>1.8.x.2610-20250203T164349Z</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>