Skip to content

Commit

Permalink
Autorefresh feature manage
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 6, 2023
1 parent 39c07e7 commit 1f52041
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environments/template/group_vars/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ manage:
oidc_push_enabled: false
run_migrations: false
push_after_migration: false
features: push, validation, push_preview, orphans, find_my_data, edugain
features: push, validation, push_preview, orphans, find_my_data, edugain, auto_refresh
apiUsers:
- {
name: "dashboard",
Expand Down
2 changes: 1 addition & 1 deletion environments/vm/group_vars/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ manage:
backdoor_api_user: backdoor_api_user
oidcng_name: "OpenConext OIDC-NG"
oidc_push_enabled: true
features: push, validation, push_preview, orphans, find_my_data, edugain
features: push, validation, push_preview, orphans, find_my_data, edugain, auto_refresh
apiUsers:
- {
name: "dashboard",
Expand Down
4 changes: 4 additions & 0 deletions roles/manage-server/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ gui:
background-color: {{ manage_disclaimer_background_color }}
content: {{ manage_disclaimer_content }}

metadata_import:
auto_refresh:
cronSchedule: "-"

# We disable all endpoints except health for the load-balancer and info for git information.
management:
health:
Expand Down

0 comments on commit 1f52041

Please sign in to comment.