2
votes

I am using internal Datastax Enterprise authentication. This means I need to give datastax-agent username and password to access my database. Which privileges does its username need? To which keyspaces? Feel free to refer me to documentation as I haven't found anything on this.

1
The c* user used for the agent should have all grants for the opscenter keyspace and describe / select for everything else. I'll work on getting details added to the datastax docs. - phact

1 Answers

1
votes

Phact wrote:

The c* user used for the agent should have all grants for the opscenter keyspace and describe / select for everything else. I'll work on getting details added to the datastax docs.