Based on my testing, it appears that when setting instance.api.enabled=true, there is no way to create an administrator user as can be done in the VM setup.
This occurs in an on-prem environment.
Issues observed
Calling the instance API status endpoint fails with an authorization error:
http:///ords/_/instance-api/stable/status
Response: Authorization failed.
Attempting to create a user via the ORDS CLI also fails:
ords config user add ords_dev "SQL Developer"
Expected behavior
There should be a supported way to create an administrator user when instance.api.enabled=true, similar to the process available in the VM environment.
Environment
Deployment type: On-prem
Configuration: instance.api.enabled=true
Question
Is there a recommended way to create the initial administrator user in this configuration?
Based on my testing, it appears that when setting instance.api.enabled=true, there is no way to create an administrator user as can be done in the VM setup.
This occurs in an on-prem environment.
Issues observed
Calling the instance API status endpoint fails with an authorization error:
http:///ords/_/instance-api/stable/status
Response: Authorization failed.
Attempting to create a user via the ORDS CLI also fails:
ords config user add ords_dev "SQL Developer"
Expected behavior
There should be a supported way to create an administrator user when instance.api.enabled=true, similar to the process available in the VM environment.
Environment
Deployment type: On-prem
Configuration: instance.api.enabled=true
Question
Is there a recommended way to create the initial administrator user in this configuration?