Skip to content

Commit

Permalink
Merge pull request dbca-wa#319 from ropable/master
Browse files Browse the repository at this point in the history
Refactor Ascender sync functions to allow manual import of single employees
  • Loading branch information
ropable authored Oct 27, 2023
2 parents 4c24883 + eb44206 commit 8a9c9ff
Show file tree
Hide file tree
Showing 6 changed files with 447 additions and 364 deletions.
4 changes: 2 additions & 2 deletions itassets/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@
SITE_ID = 1
ENVIRONMENT_NAME = env('ENVIRONMENT_NAME', '')
ENVIRONMENT_COLOUR = env('ENVIRONMENT_COLOUR', '')
VERSION_NO = '2.4.5'
VERSION_NO = '2.4.6'
# Threshold value below which to warn Service Desk about available Microsoft licenses.
LICENCE_NOTIFY_THRESHOLD = env('LICENCE_NOTIFY_THRESHOLD', 5)

# Flag to control whether Azure AD accounts should be deactivated during sync
# processes if their associated job in Ascender has a termination date in the past.
ASCENDER_DEACTIVATE_EXPIRED = env('ASCENDER_DEACTIVATE_EXPIRED', False)
# Flag to control whether new Azure AD accounts should be created during sync.
ASCENDER_CREATE_AZURE_AD = env('ASCENDER_CREATE_AZURE_AD', False)
ASCENDER_CREATE_AZURE_AD = env('A6CENDER_CREATE_AZURE_AD', False)
# Flag to set how many days ahead of their start date a new AD account should be created.
# False == no limit. Value should be a positive integer value.
ASCENDER_CREATE_AZURE_AD_LIMIT_DAYS = env('ASCENDER_CREATE_AZURE_AD_LIMIT_DAYS', -1)
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ labels:
variant: prod
images:
- name: ghcr.io/dbca-wa/it-assets
newTag: 2.4.5
newTag: 2.4.6
patches:
- path: clusterip_patch.yaml
- path: deployment_patch.yaml
Expand Down
Loading

0 comments on commit 8a9c9ff

Please sign in to comment.