Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2025 03:16 AM - edited 08-21-2025 03:18 AM
Hello Everyone,
I am using my MAc terminal to save a databricks primary key using a specific scope and secret.
Now everything runs smoothly ! except when I get to the step where I generate a secret. Problem is that my primary key is for example "test123" and when I use the following I get
"databricks secrets get-secret "caefe_prod" "cosmosdb_prod_prim_key"Output
{
"key":"cosmosdb_prod_prim_key",
"value":"cGFzdGVfeW91cl9rZXlfaGVyZQ=="
}Why is this happening? Am I missing something?