Search code examples
ignitesqlline

How Can I delete auto created SuperUser of Ignite


I have an Azure Kubernetes Service. I deployed the Apache Ignite image on it. It works well and I'm using ThinClient to connect to the Ignite. Also, authentication has been enabled.

In the first deployment, Ignite creates a superuser that name and password are "ignite". I created my own user and tested to connection. It succeeded.

I would like to delete the user created by Apache Ignite, but I couldn't do it. How can I delete the user?

enter image description here


Solution

  • The default superuser can't be removed, but you should be able to change the default password ALTER USER "ignite" WITH PASSWORD 'newPassword';