Originally from the User Slack
@Jatt_Singh: Hi,
if we enable authentication on scylla cluster then we also need to pass credentials in scylla-manager
# Database credentials.
# user: user
# password: password
so is there any way to secure this credentials?
@Felipe_Cardeneti_Mendes: you can provide a user cert and key and require the server to reject incoming requests without a trusted cert.
Keep in mind tho, your manager backend should be just for the manager itself, so hardening it won’t really protect (nor expose) anything