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
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_adminuser.From what I can see, lines 407 and 425 in the entrypoint.sh script use "oracle" for the
password_internal_adminpassword. Based on latest apex docs, it should conform to the following rules:password_internal_adminis the password for the Instance Administration ADMIN APEX account. This password must meet the following requirements:Docs link
Associated with: ORDS-22737