How does one create the first user in a cassandra database?
I tried:
CREATE USER username WITH PASSWORD \"\";
and its says:
Re: Once you have enabled Authentication and Authorization (from the Mar 6 at 14:41 comment by BryceAtNetwork23)
First, is changing authorization required in order to setup authentication? I'm guessing not.
Second, setting up authorization is not exactly trivial if you have data center style replication setup. I setup authorization using the following steps:
Does this sound reasonable to people who know what they're doing?