Skip to content

Cannot create administrator user when instance.api.enabled=true in on-prem environment #222

@smithmiro7-ui

Description

@smithmiro7-ui

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?

Metadata

Metadata

Labels

OrdsSrvsOrdsSrvs controller

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions