What is syntax to set this parameter ?
I believe there was a bug preventing it being set on command line - but supposedly fixed in ORDS 24.2
Bug 35469126 : CANNOT SET SECURITY.EXTERNALSESSIONTRUSTEDORIGINS WITH COMMAND LINE FOR POOLS
I have tried a few variations of below
[oracle@apex23c-web ~]$ ords --config /etc/ords/config config set security.externalSessionTrustedOrigins "www.transaction-matching.com"
ORDS: Release 24.2 Production on Wed Aug 21 07:27:45 2024
Copyright (c) 2010, 2024, Oracle.
Configuration:
/etc/ords/config
The argument named: VALUE is missing
[oracle@apex23c-web ~]$
[oracle@apex23c-web ~]$ ords config --db-pool default set security.externalSessionTrustedOrigins "www.transaction-matching.com"
2024-08-21T07:27:54Z INFO ORDS has not detected the option '--config' and this will be set up to the default directory.
ORDS: Release 24.2 Production on Wed Aug 21 07:27:55 2024
Copyright (c) 2010, 2024, Oracle.
Configuration:
/etc/ords/config
The argument named: VALUE is missing