Remove rbk_api.conf and use RSC JSON file

This commit is contained in:
2025-10-15 10:13:04 +01:00
parent 7ed76ad0d3
commit 150f065349
7 changed files with 28 additions and 267 deletions

6
rsc.json.example Normal file
View File

@@ -0,0 +1,6 @@
{
"client_id": "client|your-client-id-here",
"client_secret": "your-client-secret-here",
"name": "Your RSC Service Account Name",
"access_token_uri": "https://your-organization.my.rubrik.com/api/client_token"
}