Thanks much for your troubleshooting methods.
Validated the secret scopes, accessing secrets. These looks fine.
Key format - I feel problem is with the key format only. As of now I'm awaiting on Azure subscription access.
But I printed the secret value in Databricks compared the same with actual RSA private key in notepad++ and look for any differences in CR LF. Below is the command used for printing the secret value.
value=dbutils.secrets.get(scope="scope_nm", key="key_nm")
for char in value:
print(char,end='\u200B')
Got the secret value in zero Width Space format. Having the actual RSA key value in CR LF format. Any way to get the secret value as is?
on permission end, we are good. Can be able to access other secrets.
Not sure about validating the algorithm. Regenerating the RSA key also seems to be impossible now as it is dependent on external team.
Please help to proceed from here. Thanks.
On Permission