Skip to content

ORDS CONTAINER IMAGE - APEX SILENT INSTALL, PASSWORD_INTERNAL_ADMIN PASSWORD DOES NOT PASS VALIDATION #3105

Description

@chrishoina

A user observed that apex will install, but the password_internal_admin password does not pass validation rules. So, a user needs to go in, after the install, to complete configuration for the password_internal_admin user.

From what I can see, lines 407 and 425 in the entrypoint.sh script use "oracle" for the password_internal_admin password. Based on latest apex docs, it should conform to the following rules:

  • password_internal_admin is the password for the Instance Administration ADMIN APEX account. This password must meet the following requirements:
    • Contain at least 6 characters.
    • Contain at least one numeric character (0123456789).
    • Contain at least one punctuation character (!"#$%&()``*+,-/:;?_).
    • Contain at least one uppercase alphabetic character.

Docs link

Associated with: ORDS-22737

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

ORDSOracle REST Data Services

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions