1

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

OguzKaanAkyalcin
  • 621
  • 2
  • 8
  • 25

1 Answers1

2

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

Alexandr Shapkin
  • 2,350
  • 1
  • 6
  • 10