Testbed configuration

Kevin Buckley kevin.buckley.pawsey.org.au at gmail.com
Tue Aug 29 02:07:49 UTC 2023


On 2023/08/28 21:42, Cantor, Scott wrote:
>> FWIW, I am not using localhost (not clear where I said I was?)
> 
> You didn’t, but people do, frequently, and tie themselves in knots wasting all their time debugging networking issues.
> 
> -- Scott
> 
> 

Next question then,

apologies if this has been asked about before, but, as part of making
sure I come to understand what's going on now, I thought to do a diff
of the initial deployment's conf files and their dist/conf siblings
and noticed that, for just one file:

diff -qr dist/conf conf/
Only in conf/authn: password-authn-config.xml
Files dist/conf/idp.properties and conf/idp.properties differ

the spaces between the attribute name and the value have been
compacted, vis

diff dist/conf/idp.properties conf/idp.properties
3c3
< idp.searchForProperties = true
---
> idp.searchForProperties=true
6c6
< idp.additionalProperties = /credentials/secrets.properties
---
> idp.additionalProperties=/credentials/secrets.properties
...

whereas for the other two properties files, ldap.properties
and services.properties, the spacing is maintained within the
"deployed" files, although there's clearly a lack of consistency
in that spacing.

Is that a result of some kind of linting process that only gets
run on just that one file as part of the deployment/install?



More information about the dev mailing list