Replies: 1 comment 1 reply
-
|
Hey @ratnamGT,
The above issue seems like you might be running in a headless linux environment. This means that you have to unlock the keyring before you can access/store secure credentials. This article may be helpful:
That's right, the secure-credential-plug-in should not be used with newer versions of the Zowe CLI.
Although not advised, this should always work. it all depends if the CLI still think that you want to get secure credentials.
this approach is definitely better than plain text.
Not sure how much I may be able to help with the RSE specifics, but I can help get you working with ENV variables in your config file. First things first, can you provide the output of these commands: Please make sure to obscure any information you consider sensitive 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed Zowe CLI version 8.26 and IBM RSE API plugin 5.6.0 to connect linux server to mainframe via RSE API. I am getting below error while executing the unix command or auth command
Unable to perform this operation due to the following problem
Failed to initialize secure credentials manager
Response from service
Error: [Keying] "glib" library returned as error:
"" Cannot autolaunch D-Bus without X11 $DISPLAY""
1-I tried to install a secure credential manager plugin, but it is not working due to a version issue. It will work with the CLI version less than 6, and I am using version 8
2-I tried with a plain text password in the Zowe RSE profile, but it is not working
3-Tried storing the password in an environment variable, but the same issue
Can someone please help me create RSE profile and resolve the authentication issue?
Beta Was this translation helpful? Give feedback.
All reactions