Hello dear community,
in our current project, we would like to develop a customized python library and deploy this library to all of the cluster to manage access control. You might ask why via a conventional way like external storage, well, we do not like the data engineer to be granted the access permission via the external storage permission but via this library in order to have more customized access control.
Imagine that the data engineer is only allowed to call the python code in order to access the ADLS files. this is the story 🙂
However, if this python library would access the ADLS, the access information should be known by the library in-advance. This is now our clueless part. Has anyone an idea, how could we securely pack or assign the secret to this library without plaintext in the code?
Any tips would be appreciated. Many thanks!
Cheers.