irods / python-irodsclient

A Python API for iRODS
Other
62 stars 73 forks source link

provide free functions for writing secrets file .irodsA #621

Closed d-w-moore closed 1 month ago

d-w-moore commented 2 months ago

Particularly for PAM and native style logins, create functions within the Python iRODS Client library that will initialize the .irodsA in the login environment with the requested (clear-text) password parameter. Example:

irods.client_init.write_credentials_with_pam_password(getpass.getpass(prompt='Enter password'))