zowe / api-layer

The API Mediation Layer provides a single point of access for mainframe service REST APIs.
Eclipse Public License 2.0
56 stars 63 forks source link

Allow API ML config to use the configured name of the zosmf keyring #199

Closed John-A-Davies closed 5 years ago

John-A-Davies commented 5 years ago

Describe the bug The apiml_cm.sh script fails unless the zosmf keyring is set to IZUKeyring.IZUDFLT This value is present in /var/zosmf/configuration/servers/zosmfServer/bootstrap.properties in the tag below: izu.ssl.key.store.saf.keyring=IZUKeyring.WINMVS3B

Note: the bootstrap.properties file is read-protected on some systems bootstrap.prope File rw------- fff--- --s- ---- IZUSVR IZUADMIN

Expected behavior Some part of the Zowe install process should obtain the correct value of the keyring.

Additional context This might be done by the api-layer, or zowe-install-packaging.

John-A-Davies commented 5 years ago

@plavjanik Is this the right repo for this feature request?

John-A-Davies commented 5 years ago

@Joe-Winchester FYI

plavjanik commented 5 years ago

Yes, this the right repo. Do you want this to be done for 1.0.0?

John-A-Davies commented 5 years ago

Yes, please.