mesosphere-backup / dcos-cassandra-service

DEPRECATED—Open source Apache Cassandra running on DC/OS is now replaced by mesosphere/dcos-commons/frameworks/cassandra. This repository will be deleted at the end of 2017.
Apache License 2.0
116 stars 55 forks source link

Username and Password needed while backup/restore #437

Open arun-rai opened 7 years ago

arun-rai commented 7 years ago
  1. If cassandra cluster is "authenticator: PasswordAuthenticator"
  2. Username and password is need while backupSchema/RestoreSnapshot to aws/azure.
  3. /src/main/java/com/mesosphere/dcos/cassandra/executor/tasks/RestoreSchema.java.
  4. Username password is added in BackupRestoreRequest.java and BackupRestoreContext.java
mesosphere-ci commented 7 years ago

Can one of the admins verify this patch?

arun-rai commented 7 years ago

@mesosphere-ci Can you please verify and merge.