Skip to Main Content

NoSQL Database

Announcement

Testing banner

Unable to add security to an existing Oracle NoSQL Database CE installation

User_GX5XXApr 6 2022 — edited Feb 3 2023

I deployed Oracle NoSQL Database CE on Minikube using this image: oracle/nosql:19.5-ce [https://github.com/oracle/docker-images/tree/main/NoSQL]
I followed this doc to make the db secure: https://docs.oracle.com/en/database/other-databases/nosql-database/19.5/security/single-node-secure-deployment.html#GUID-03A2067A-64CD-4CF4-99DC-D430DA8FD290
In the 3rd step, I used -pwdfile option since my db is CE version.
However, in the 7th step of this doc, I could not log in admin as anonymous as it should be. Instead, I was asked to provide a username and a password as you can see in the picture below:
Oracle_NoSQL_CE_Security_Problem.pngMy Oracle NoSQL Database deployment and service yaml:
oracleNosql-deployment.yaml (0 Bytes)
So, what is that I am missing here?

Comments
Post Details
Added on Apr 6 2022
19 comments
192 views