-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathapplication.yml
132 lines (116 loc) · 3.06 KB
/
application.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
logging:
level:
org.springframework.data.mongodb: INFO
org.springframework.security: INFO
org.springframework.session: INFO
server:
error:
path: "/error"
server-header:
servlet:
context-path: /manage/api
session:
timeout: 28800
cookie:
secure: true
features: push, validation, push_preview, orphans, find_my_data, edugain, auto_refresh, bogus
base_domain: test2.surfconext.nl
environment: prod
push:
eb:
url: http://localhost:9898/api/connections
name: OpenConext EngineBlock
user: user
password: password
exclude_edugain_imports: true
exclude_oidc_rp: false
exclude_sram: false
oidc:
url: http://localhost:9898/manage/connections
user: manage
name: OpenConext OIDC-NG
password: secret
enabled: true
pdp:
url: http://localhost:8081/pdp/api/manage/push
policy_url: http://localhost:8081/pdp/api/manage/policies
decide_url: http://localhost:8081/pdp/api/manage/decide
user: pdp_admin
name: OpenConext PDP
password: secret
enabled: true
product:
name: Manage
organization: OpenConext
# service_provider_feed_url: http://mds.edugain.org/edugain-v2.xml
service_provider_feed_url: http://localhost:8000/edugain.xml
supported_languages: en,nl
show_oidc_rp: true
loa_levels: "http://localhost/assurance/loa1.5,http://localhost/assurance/loa2,http://localhost/assurance/loa3"
metadata_configuration_path: classpath:/metadata_configuration
metadata_templates_path: classpath:/metadata_templates
metadata_export_path: classpath:/metadata_export
security:
backdoor_user_name: backdoor
backdoor_password: secret
api_users_config_path: classpath:/manage-api-users.yml
super_user_team_names: urn:collab:group:test.surfteams.nl:nl:surfnet:diensten:manage_super_users, urn:collab:group:test.surfteams.nl:nl:surfnet:diensten:manage_super_users_2
crypto:
development-mode: True
public-key-location: classpath:nope
enabled: True
# development-mode: False
# public-key-location: classpath:/invite_public_key.pem
oidc:
user: manage
password: secret
url: https://oidc.test2.surfconext.nl/oidc/api/clients
feature: false
acsLocation: https://oidc.test2.surfconext.nl/saml/SSO
spring:
mail:
host: localhost
port: 3025
data:
mongodb:
uri: mongodb://localhost:27017/metadata_test
main:
banner-mode: "off"
cookie:
secure: false
# Options are 'Strict', 'Lax' or 'None'
same_site: None
# We disable all endpoints except health for the load-balancer and info for git information.
management:
health:
mail:
enabled: false
mongo:
enabled: true
db:
enabled: false
endpoints:
web:
exposure:
include: "health,info,mongo"
base-path: "/internal"
endpoint:
info:
enabled: true
info:
git:
mode: full
gui:
disclaimer:
background-color: red
content: LOCAL
metadata_import:
auto_refresh:
cronSchedule: "-"
cron:
node-cron-job-responsible: True
# used by the git plugin
info:
build:
artifact: "@project.artifactId@"
version: "@project.version@"