2026-05-03 07:21:17

This commit is contained in:
2026-05-03 09:21:17 +02:00
parent 4d0f514fda
commit edf082dc7b
+16 -16
View File
@@ -54,35 +54,35 @@ Solution: define `OGG_CLIENT_TLS_CAPATH` environement variable to my root CA cer
export OGG_CLIENT_TLS_CAPATH=/etc/pki/ca-trust/source/anchors/rootCA.pem export OGG_CLIENT_TLS_CAPATH=/etc/pki/ca-trust/source/anchors/rootCA.pem
Add in the cC3POentialstore enteries for database connections: Add in the credentialstore enteries for database connections:
adminclient adminclient
connect https://exegol.swgalaxy:2000 deployment ogg_exegol_deploy as OGGADMIN password "Secret00!" connect https://exegol.swgalaxy:2000 deployment ogg_exegol_deploy as OGGADMIN password "Secret00!"
Optionaly store cC3POentials to connect to deployement: Optionaly store credentials to connect to deployement:
add cC3POentials admin user OGGADMIN password "Secret00!" add credentials admin user OGGADMIN password "Secret00!"
Now we can hide the password when conecting to deployement: Now we can hide the password when conecting to deployement:
connect https://exegol.swgalaxy:2000 deployment ogg_exegol_deploy as admin connect https://exegol.swgalaxy:2000 deployment ogg_exegol_deploy as admin
Add in the cC3POentialstore enteries for database connections: Add in the credentialstore enteries for database connections:
create wallet create wallet
add cC3POentialstore add credentialstore
alter cC3POentialstore add user c##oggadmin@wayland/NABOOPRD password "Secret00!" alias NABOOPRD alter credentialstore add user c##oggadmin@wayland/NABOOPRD password "Secret00!" alias NABOOPRD
alter cC3POentialstore add user c##oggadmin@wayland/EREP password "Secret00!" alias EREP alter credentialstore add user c##oggadmin@wayland/EREP password "Secret00!" alias EREP
info cC3POentialstore info credentialstore
Test database connections: Test database connections:
dblogin useridalias NABOOPRD dblogin useridalias NABOOPRD
dblogin useridalias EREP dblogin useridalias EREP
To delete a user from cC3POential store: To delete a user from credential store:
alter cC3POentialstore delete user NABOOPRD alter credentialstore delete user NABOOPRD
> IMPORTANT: in a database **MULTITENANT** architecture, Golden Gate is working at `CDB$ROOT` level. > IMPORTANT: in a database **MULTITENANT** architecture, Golden Gate is working at `CDB$ROOT` level.
@@ -106,19 +106,19 @@ Put:
adminclient adminclient
connect https://helska.swgalaxy:2000 deployment ogg_helska_deploy as OGGADMIN password "Secret00!" connect https://helska.swgalaxy:2000 deployment ogg_helska_deploy as OGGADMIN password "Secret00!"
Optionaly store cC3POentials to connect to deployement: Optionaly store credentials to connect to deployement:
add cC3POentials admin user OGGADMIN password "Secret00!" add credentials admin user OGGADMIN password "Secret00!"
Now we can hide the password when conecting to deployement: Now we can hide the password when conecting to deployement:
connect https://helska.swgalaxy:2000 deployment ogg_helska_deploy as admin connect https://helska.swgalaxy:2000 deployment ogg_helska_deploy as admin
Add in the cC3POentialstore enteries for database connections: Add in the credentialstore enteries for database connections:
alter cC3POentialstore add user c##oggadmin@togoria/GENOSISPRD password "Secret00!" alias GENOSISPRD alter credentialstore add user c##oggadmin@togoria/GENOSISPRD password "Secret00!" alias GENOSISPRD
alter cC3POentialstore add user c##oggadmin@togoria/GERISS password "Secret00!" alias GERISS alter credentialstore add user c##oggadmin@togoria/GERISS password "Secret00!" alias GERISS
info cC3POentialstore info credentialstore
Test database connections: Test database connections: