How Can I delete auto created SuperUser of Ignite

154 views Asked by At

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

1

There are 1 answers

2
Alexandr Shapkin On BEST ANSWER

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