Skip to content

Commit

Permalink
Use Manage as source for Dashboard policies
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Mar 25, 2024
1 parent f1ebab6 commit af58e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/dashboard/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ dashboard.feature.sab={{ dashboard.feature_sab }}
dashboard.feature.manage=true
dashboard.feature.jira={{ dashboard.feature_jira }}
dashboard.feature.consent={{ dashboard.feature_consent }}
dashboard.feature.pdp=true
# Valid choices are 'MOCK', 'PDP' or 'MANAGE', 'MOCK' is for local development
dashboard.feature.pdpSource=MANAGE
dashboard.feature.statistics=true
dashboard.feature.mail={{ dashboard.feature_mail }}
dashboard.feature.oidc={{ dashboard.feature_oidc }}
Expand Down

0 comments on commit af58e9d

Please sign in to comment.