Hello -
Seeing an issue where notebook triggered from ADF is not able to access secret scopes, which was working earlier.
Here are the steps I did
1. Provide ADF contributor role permission in databrick workspace. - we tested this and were able to trigger notebook and even access secrets.
2. Manually deleted the service principal in workspace settings. Removed the contributor role for ADF from data bricks and added it back with same permission level. - > this time the jobs are failing while accessing db secrets. Can not even list the secret scopes. The error we are getting is 'Invalid access token' whenever I try to list or use the scopes.
I tried removing the service principal and adding back many times but still same issue persists.