@@ -11,11 +11,11 @@ parameters:
1111 ## from the Host header will be used) or set to match the domain
1212 ## setting. For example:
1313 ##
14- ## domain = vm .openconext.org
15- ## hostname = engine.vm .openconext.org
16- domain: vm .openconext.org
14+ ## domain = dev .openconext.local
15+ ## hostname = engine.dev .openconext.local
16+ domain: dev .openconext.local
1717 ## Set a fixed hostname for OpenConext EngineBlock to use.
18- hostname: engine.vm .openconext.org
18+ hostname: engine.dev .openconext.local
1919
2020 ## Configure trusted proxies to use their X-Forwarded-For header.
2121 trusted_proxies:
@@ -43,8 +43,8 @@ parameters:
4343 ## or requests (when it acts as an SP) it uses these X.509 certs.
4444 encryption_keys:
4545 default:
46- publicFile: /etc/openconext /engineblock.crt
47- privateFile: /etc/openconext /engineblock.pem
46+ publicFile: /config/engine /engineblock.crt
47+ privateFile: /config/engine /engineblock.pem
4848
4949 ## List of signature methods explicitly forbidden by EngineBlock.
5050 forbidden_signature_methods: { }
@@ -73,7 +73,7 @@ parameters:
7373
7474 ## EngineBlock API credentials
7575 ## The API user config, allows for configuration of multiple different users
76- api.users.metadataPush.username: serviceregistry
76+ api.users.metadataPush.username: manage
7777 api.users.metadataPush.password: secret
7878 api.users.profile.username: profile
7979 api.users.profile.password: secret
@@ -84,7 +84,7 @@ parameters:
8484 ## PDP SETTINGS
8585 ##########################################################################################
8686 ## Location of PDP
87- pdp.host: 'https://pdp.vm .openconext.org '
87+ pdp.host: 'https://pdp.dev .openconext.local '
8888
8989 ## PDP uses basic auth
9090 pdp.username: pdp_admin
@@ -96,7 +96,7 @@ parameters:
9696 ## ATTRIBUTE AGGREGATION SETTINGS
9797 ##########################################################################################
9898 ## Location of AA
99- attribute_aggregation.base_url: 'https://aa.vm .openconext.org/aa/api /internal/attribute/aggregation'
99+ attribute_aggregation.base_url: 'https://aa.dev .openconext.local /internal/attribute/aggregation'
100100 attribute_aggregation.username: eb
101101 attribute_aggregation.password: secret
102102
@@ -119,12 +119,12 @@ parameters:
119119 ##########################################################################################
120120 ## DATABASE SETTINGS
121121 ##########################################################################################
122- database.host: localhost
122+ database.host: mariadb
123123 database.port: '3306'
124124 database.user: ebrw
125125 database.password: secret
126126 database.dbname: eb
127- database.test.host: localhost
127+ database.test.host: mariadb
128128 database.test.port: '3306'
129129 database.test.user: eb_testrw
130130 database.test.password: secret
@@ -138,13 +138,13 @@ parameters:
138138 ## Minimum execution time in milliseconds when a received response is deemed invalid (default: 5000 ms)
139139 minimum_execution_time_on_invalid_received_response: 5000
140140 ## The value for guest qualifier. Can be overridden for specific environments
141- addgueststatus_guestqualifier: 'urn:collab:org:vm .openconext.org '
141+ addgueststatus_guestqualifier: 'urn:collab:org:dev .openconext.local '
142142
143143 ## Language cookie settings
144144 ## The value for the domain is also used for clearing SSO Notification cookies if the feature is enabled
145145 cookie.path: /
146146 cookie.secure: true
147- cookie.locale.domain: .vm .openconext.org
147+ cookie.locale.domain: .dev .openconext.local
148148 cookie.locale.expiry: 5184000
149149 cookie.locale.http_only: false
150150 cookie.locale.secure: true
@@ -157,7 +157,7 @@ parameters:
157157 view_default_logo_height: 96
158158 # when set, will show a ribbon top-right to visually distinguish this install from other
159159 # environments in your constellation (e.g. "test", "qa"), with the given ribbon color in
160- # env_ribbon_color. You can choose from colors: crimson,darkorchid, orange,hotpink,khaki.
160+ # env_ribbon_color. You can choose from colors: crimson,orange,hotpink,khaki.
161161 env_name: ""
162162 env_ribbon_color: ""
163163
@@ -178,7 +178,7 @@ parameters:
178178
179179 ## Toggle the default IdP quick link banner on the WAYF.
180180 wayf.display_default_idp_banner_on_wayf: true
181- wayf.default_idp_entity_id: https://default-idp.vm .openconext.org
181+ wayf.default_idp_entity_id: https://default-idp.dev .openconext.local
182182
183183 ## Toggle display & content of global site notice
184184 global.site_notice.show: false
@@ -221,7 +221,7 @@ parameters:
221221 feature_api_metadata_api: true
222222 feature_api_deprovision: true
223223 feature_run_all_manipulations_prior_to_consent: false
224- feature_block_user_on_violation: true
224+ feature_block_user_on_violation: false
225225 feature_enable_consent: true
226226 feature_stepup_sfo_override_engine_entityid: false
227227 feature_enable_idp_initiated_flow: true
@@ -230,40 +230,42 @@ parameters:
230230 ## PROFILE SETTINGS
231231 ##########################################################################################
232232 ## Location of Profile
233- profile_base_url: 'https://profile.vm .openconext.org '
233+ profile_base_url: 'https://profile.dev .openconext.local '
234234
235235 ##########################################################################################
236236 ## SFO SETTINGS
237237 ##########################################################################################
238238 ## This PCRE regex is used to blacklist incoming AuthnContextClassRef attributes on. If an empty string is used
239239 ## the validation is skipped. The validator will throw an exception if the used regex is invalid.
240- stepup.authn_context_class_ref_blacklist_regex: '/http:\/\/vm \.openconext\.org \/assurance\/loa[1-3]/'
240+ stepup.authn_context_class_ref_blacklist_regex: '/http:\/\/dev \.openconext\.local \/assurance\/loa[1-3]/'
241241 ## The loa mapping from the internal used LoA's to the Stepup Gateway LOA's.
242242 ## Specification of the mapping: stepup.loa.mapping.[int 1|2|3].[string engineblock|gateway]
243243 ## The integer after the mapping field indicates the LoA level (1, 2 or 3 are supported).
244244 ## The engineblock or gateway keys specify the LoAs identifier as will be carried in the AuthnContextClassRef of an assertion.
245245 stepup.loa.mapping:
246246 10:
247- engineblock: 'http://vm .openconext.org /assurance/loa1'
248- gateway: 'http://stepup.vm. openconext.org /assurance/loa1'
247+ engineblock: 'http://dev .openconext.local /assurance/loa1'
248+ gateway: 'http://dev. openconext.local /assurance/loa1'
249249 15:
250- engineblock: 'http://vm .openconext.org /assurance/loa1_5'
251- gateway: 'http://stepup.vm. openconext.org /assurance/loa1_5'
250+ engineblock: 'http://dev .openconext.local /assurance/loa1_5'
251+ gateway: 'http://dev. openconext.local /assurance/loa1_5'
252252 20:
253- engineblock: 'http://vm .openconext.org /assurance/loa2'
254- gateway: 'http://stepup.vm. openconext.org /assurance/loa2'
253+ engineblock: 'http://dev .openconext.local /assurance/loa2'
254+ gateway: 'http://dev. openconext.local /assurance/loa2'
255255 30:
256- engineblock: 'http://vm .openconext.org /assurance/loa3'
257- gateway: 'http://stepup.vm. openconext.org /assurance/loa3'
256+ engineblock: 'http://dev .openconext.local /assurance/loa3'
257+ gateway: 'http://dev. openconext.local /assurance/loa3'
258258 ## The fallback LoA to return when the Stepup authentication fails but is not required
259- stepup.loa.loa1: 'http://vm .openconext.org /assurance/loa1'
259+ stepup.loa.loa1: 'http://dev .openconext.local /assurance/loa1'
260260 ## The EntityId (metadata URL) used in the callout to the SFO endpoint of the configured Stepup Gateway
261- stepup.gateway.sfo.entity_id: 'https://gateway.stepup.vm. openconext.org /second-factor-only/metadata'
261+ stepup.gateway.sfo.entity_id: 'https://gateway.dev. openconext.local /second-factor-only/metadata'
262262 ## The single sign-on endpoint used for Stepup Gateway SFO callouts
263- stepup.gateway.sfo.sso_location: 'https://gateway.stepup.vm. openconext.org /second-factor-only/single-sign-on'
263+ stepup.gateway.sfo.sso_location: 'https://gateway.dev. openconext.local /second-factor-only/single-sign-on'
264264 ## The public key from the Stepup Gateway IdP
265- stepup.gateway.sfo.key_file: /etc/openconext/engineblock.crt
266- stepup.sfo.override_engine_entityid: 'https://engine.vm.openconext.com/new/stepup/metadata'
265+ stepup.gateway.sfo.key_file: /config/engine/engineblock.crt
266+ ## You can override the default entityID used by Engineblock for its callout to stepup gateway.
267+ ## You also need to enable the feature toggle feature_stepup_sfo_override_engine_entityid above.
268+ stepup.sfo.override_engine_entityid: "https://engine.dev.openconext.local/new/stepup/metadata"
267269
268270 ##########################################################################################
269271 ## THEME SETTINGS
@@ -303,4 +305,3 @@ parameters:
303305 # used in the authentication log record. The attributeName will be searched in the response attributes and if present
304306 # the log data will be enriched. The values of the response attributes are the final values after ARP and Attribute Manipulation.
305307 auth.log.attributes: []
306-
0 commit comments