Hi, we are looking to start adding security with some basic authentication. To begin with change the USER "ignite" password to something else.
When using the SQL - ALTER USER "ignite" WITH PASSWORD 'abc123'; We get the below error. Error: Operation not allowed: authorized context is empty. Is there any example or something to get this basic operation right? I understand, for advanced security, we need to implement custom security plugins, but for the above simple thing, is there a quick solution. regards mahesh
