We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
When using ConfigFileAuthenticationDetailsProvider, is it possible to pass the passphrase from the user's input?
from the code it seems the passphrase should be set in the config file...
oci-typescript-sdk/lib/common/lib/auth/config-file-auth.ts
Line 120 in e299503
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @roeycohen I don't think there is a prompt to ask passphrase while running the program.
Sorry, something went wrong.
hi @jyotisaini indeed there isn't. But I'd like to type the passphrase myself and pass it to the ConfigFileAuthenticationDetailsProvider...
No branches or pull requests
Hi.
When using ConfigFileAuthenticationDetailsProvider, is it possible to pass the passphrase from the user's input?
from the code it seems the passphrase should be set in the config file...
oci-typescript-sdk/lib/common/lib/auth/config-file-auth.ts
Line 120 in e299503
but that would be less secure comparing to the user is typing it in the prompt when possible.
Thanks!
The text was updated successfully, but these errors were encountered: