2026-05-03 07:21:17
This commit is contained in:
+16
-16
@@ -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
|
||||
|
||||
Add in the cC3POentialstore enteries for database connections:
|
||||
Add in the credentialstore enteries for database connections:
|
||||
|
||||
adminclient
|
||||
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:
|
||||
|
||||
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
|
||||
add cC3POentialstore
|
||||
alter cC3POentialstore add user c##oggadmin@wayland/NABOOPRD password "Secret00!" alias NABOOPRD
|
||||
alter cC3POentialstore add user c##oggadmin@wayland/EREP password "Secret00!" alias EREP
|
||||
info cC3POentialstore
|
||||
add credentialstore
|
||||
alter credentialstore add user c##oggadmin@wayland/NABOOPRD password "Secret00!" alias NABOOPRD
|
||||
alter credentialstore add user c##oggadmin@wayland/EREP password "Secret00!" alias EREP
|
||||
info credentialstore
|
||||
|
||||
Test database connections:
|
||||
|
||||
dblogin useridalias NABOOPRD
|
||||
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.
|
||||
|
||||
@@ -106,19 +106,19 @@ Put:
|
||||
adminclient
|
||||
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:
|
||||
|
||||
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 cC3POentialstore add user c##oggadmin@togoria/GERISS password "Secret00!" alias GERISS
|
||||
info cC3POentialstore
|
||||
alter credentialstore add user c##oggadmin@togoria/GENOSISPRD password "Secret00!" alias GENOSISPRD
|
||||
alter credentialstore add user c##oggadmin@togoria/GERISS password "Secret00!" alias GERISS
|
||||
info credentialstore
|
||||
|
||||
Test database connections:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user