Skip to content

Commit

Permalink
Add schedules and disable syncing passwords (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbeersingh1 authored Nov 6, 2024
1 parent 465c497 commit 3d1a026
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/oracle-db-oem-password-rotation-schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"TargetOemEnvironment": "hmpps-oem-development",
"TargetEnvironmentName": "hmpps-oem-development",
"SyncMonitoringPasswords": "yes",
"SyncMonitoringPasswords": "no",
"RotateRMANPassword": "no",
"RotateOEMPasswords": "yes",
"CronSchedule": "00 20 * * SUN"
Expand All @@ -26,7 +26,7 @@
{
"TargetOemEnvironment": "hmpps-oem-test",
"TargetEnvironmentName": "hmpps-oem-test",
"SyncMonitoringPasswords": "yes",
"SyncMonitoringPasswords": "no",
"RotateRMANPassword": "no",
"RotateOEMPasswords": "yes",
"CronSchedule": "00 20 * * SUN"
Expand All @@ -39,13 +39,29 @@
"RotateOEMPasswords": "no",
"CronSchedule": "00 11 * * WED"
},
{
"TargetOemEnvironment": "hmpps-oem-preproduction",
"TargetEnvironmentName": "hmpps-oem-preproduction",
"SyncMonitoringPasswords": "no",
"RotateRMANPassword": "no",
"RotateOEMPasswords": "yes",
"CronSchedule": "00 20 * * SUN"
},
{
"TargetOemEnvironment": "hmpps-oem-production",
"TargetEnvironmentName": "hmpps-oem-production",
"SyncMonitoringPasswords": "no",
"RotateRMANPassword": "yes",
"RotateOEMPasswords": "no",
"CronSchedule": "00 11 * * WED"
},
{
"TargetOemEnvironment": "hmpps-oem-production",
"TargetEnvironmentName": "hmpps-oem-production",
"SyncMonitoringPasswords": "no",
"RotateRMANPassword": "no",
"RotateOEMPasswords": "yes",
"CronSchedule": "00 20 * * SUN"
}
]

4 changes: 4 additions & 0 deletions .github/workflows/oracle-db-password-rotation-schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"TargetEnvironment":"delius-core-test",
"CronSchedule":"00 14 * * TUE"
},
{
"TargetEnvironment":"delius-core-stage",
"CronSchedule":"00 14 * * TUE"
},
{
"TargetEnvironment":"hmpps-oem-development",
"CronSchedule":"00 12 * * TUE"
Expand Down

0 comments on commit 3d1a026

Please sign in to comment.