The OPSSInitialization section of the WDT model can be used to
initialize credentials needed by upper-stack Fusion Middleware products. These credentials can only be applied at domain creation time.
Initializing Oracle Identity Governance
This example shows how to configure OPSS credentials for use by Oracle Identity Governance.
This example shows how to configure OPSS credentials for use by Oracle Data Integrator.
domainInfo:
AdminUserName: '@@PROP:adminUser@@'AdminPassword: '@@PROP:adminPass@@'RCUDbInfo:
rcu_prefix: PREFIXrcu_admin_password: '@@PROP:dbAdminPass@@'# for ODI, the schema password has to be < 10 charactersrcu_schema_password: '@@PROP:dbSchemaPass@@'rcu_db_conn_string: '@@PROP:dbConnect@@'# WORK_REPO_PASSWORD is the database schema password# SUPERVISOR_PASSWORD needs to match TargetKey password in credentialrcu_variables: 'SUPERVISOR_PASSWORD=@@PROP:supvPass@@,WORK_REPO_PASSWORD=@@PROP:dbSchemaPass@@,WORK_REPOSITORY_TYPE=D,WORK_REPO_NAME=WORKREP,ENCRYPTION_ALGORITHM=AES-128'OPSSInitialization:
Credential:
oracle.odi.credmap:
TargetKey:
SUPERVISOR:
Username: mySupervisorPassword: '@@PROP:supvPass@@'