Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ords config set security.externalSessionTrustedOrigins - syntax ?

Jim DicksonAug 21 2024 — edited Aug 22 2024

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

This post has been answered by Jim Dickson on Aug 25 2024
Jump to Answer
Comments
Post Details
Added on Aug 21 2024
2 comments
204 views