-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Consistent "login" experience for various configurations #923
Comments
Estimate: (3 - 5) & (5 - 8) points respectively We could accomplish this in a two step process:
Questions:
Update:
|
Recommend changing default value to true |
@crawr for awareness |
I started looking into the second story here, and I have a couple questions that would probably need to be answered/considered.
|
I think I agree with the opinion @MikeBauerCA mentioned at standup, that we should add properties in the most specific place possible, which would be service profiles. |
Sorry, I completely missed "Recommend changing default value to true". 😢 Thanks @zFernand0 for pointing this out. Regarding # 1, in the case that a config file doesn't exist yet:
I'm not sure I see a clear winner here, but hopefully these points spark some further discussion 🙂 Regarding # 2, storing properties in service profiles would potentially store the same user/password values in multiple places in the same config file. But I think it would be too risky to assume that all services in the config file share the same credentials and store the values in the base profile. |
For |
Before closing this issue, should we document the new |
To be addressed in zowe/docs-site#2059 |
The documentation for |
Currently:
zowe config secure
to set up credszowe auth login apiml
to set up credsThis issue proposes we standardize on
zowe config secure
but add custom logic to handle authTokens so we prompt you for login (since it is unlikely you know the authentication token).zowe auth login apiml
can continue to work. As an example, let's say we have the following properties in our secure array:Then
zowe config secure
could prompt formyLPAR.properties.user
,myLPAR.properties.password
, but instead of prompting formy_base.properties.authToken
, prompt for a username/password combo to get the token... we'd need to iron the prompting language.The text was updated successfully, but these errors were encountered: