Open JillieBeanSim opened 4 days ago
Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
You might be able to use a profile like the one below to replicate the problem. If you don't have a token stored on that profile, we don't add the tokenType to the session
Thus, we treat it as if it was using basic auth 😋
"apiml": {
"type": "zosmf",
"properties": {
"host": "lpar.dev",
"port": 7554,
"basePath": "/ibmzosmf/api/v1",
"tokenType": "apimlAuthenticationToken"
},
"secure": [
"tokenValue"
]
},
Describe the bug
referenced in PR where sometimes getSession is returning undefined or passed undefined to new VSC Proxy method
ProfilesCache.getProfileSessionWithVscProxy
. This needs to be investigated and fixed as getSession should always return a zosmf session.