Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from admin-ch/feature/PTAPP-1052-dev-und-abn-r…
Browse files Browse the repository at this point in the history
…eaktivieren

enddate set for lockdown of dev and abn
  • Loading branch information
Armin-Isenring-Bit authored Jun 13, 2022
2 parents 620e66e + a4a4686 commit cdd9be4
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion src/main/resources/application-lockdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# reversed order will simply activate lockdown configuration of abn for EVERY environment!

---
spring.profiles: prod,local
spring.profiles: prod
lockdown:
endpoints:
-
Expand Down Expand Up @@ -35,6 +35,7 @@ lockdown:
until: 2022-03-23T23:59:59.000Z
-
from: 2022-03-28T00:00:00.000Z
until: 2022-06-30T23:59:59.000Z
-
uri: v1/onset
applicable:
Expand All @@ -43,6 +44,7 @@ lockdown:
until: 2022-03-23T23:59:59.000Z
-
from: 2022-03-28T00:00:00.000Z
until: 2022-06-30T23:59:59.000Z
-
uri: v2/onset
applicable:
Expand All @@ -51,3 +53,35 @@ lockdown:
until: 2022-03-23T23:59:59.000Z
-
from: 2022-03-28T00:00:00.000Z
until: 2022-06-30T23:59:59.000Z
---
spring.profiles: dev,local
lockdown:
endpoints:
-
uri: v1/authcode
applicable:
-
from: 2022-03-22T00:00:00.000Z
until: 2022-03-23T23:59:59.000Z
-
from: 2022-03-28T00:00:00.000Z
until: 2022-06-12T23:59:59.000Z
-
uri: v1/onset
applicable:
-
from: 2022-03-22T00:00:00.000Z
until: 2022-03-23T23:59:59.000Z
-
from: 2022-03-28T00:00:00.000Z
until: 2022-06-12T23:59:59.000Z
-
uri: v2/onset
applicable:
-
from: 2022-03-22T00:00:00.000Z
until: 2022-03-23T23:59:59.000Z
-
from: 2022-03-28T00:00:00.000Z
until: 2022-06-12T23:59:59.000Z

0 comments on commit cdd9be4

Please sign in to comment.