-
Notifications
You must be signed in to change notification settings - Fork 100
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
[Zowe Explorer API] Problem in sharing credentials via a base profile --> reassigned to the service profile used #3491
Comments
Thank you for creating a bug report. |
Hi @FALLAI-Denis, I noticed that you have a If you set this {
"profiles": {
// profiles defined here
},
"defaults": {
"base": "GMVS-EMVS-RACF"
}
} Or, you can re-structure the configuration to use a nested profile, for example: "GMVS": {
"properties": {
// base profile properties here
},
"zosmf": {
"type": "zosmf",
"properties": {
// z/OSMF properties here
}
},
"secure": [
"user",
"password"
]
} Hope this helps to clear up any confusion regarding the |
Hi, I can't declare a default base profile because we have more than one RACF sysplex. I don't want to use nested profile because this impact naming profile at runtime: parent.child... GMVS.zosmf in your sample. I need to have a credential management at RACF sysplex level (to avoid revocation of users) without impact on reference naming for profile. |
Thank you for raising this enhancement request. |
Describe the bug
A base profile is created and is referenced by service profiles that share the same RACF database.
The credentials (user, password) are declared on the base profile.
But when used (via Zowe Explorer), the credentials are automatically repositioned on the service profile used.
This is not the expected behavior.
Since documentation on profile management at Zowe CLI level since Zowe V2 is non-existent or very difficult to find, I implemented what is described here:
https://medium.com/zowe/password-management-for-zowe-cli-profiles-c57f64d1fe88
Please note that since the upgrade to Zowe V3 at Zowe Explorer level we are facing a problem of password synchronization after a modification at TSO level when using in Zowe Explorer and IBM Z Open Editor.
Our users are experiencing account revocations in a loop... This is very badly experienced.
See: Profile validation - Revoking user when starting IBM Z Open Editor with COBOL sources already opened
To Reproduce
Expected behavior
No replication of user / password at service profile level
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: