Skip to content

[backup] Extend the snapshot schema dump with hashed passwords #4323

Open
@karol-kokoszka

Description

@karol-kokoszka

Update the schema dump with information about the users passwords.
This can be achieved by executing "DESCRIBE SCHEMA WITH INTERNALS AND PASSWORDS".

See the documentation https://opensource.docs.scylladb.com/master/cql/describe-schema.html
It describes and explains how the role with hashed password is saved to CQL statement.

UPDATE:
If the query fails due to the missing permissions, it should fail-back to regular "DESCRIBE SCHEMA WITH INTERNALS". It basically means, that hashed passwords won't be saved then.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions