Closed hogstrom closed 5 years ago
This means "you requested an auth plugin which isnt needed by anyone, so we're not loading it" but the mechanism to not load it is to throw... there are better ways to do this. The reason this even happens by default is that we load the plugins in the assumption that someone might want them with minimal configuration change... Basically to uncomment this like for zosmf for example: https://github.com/zowe/zlux-app-server/blob/master/config/zluxserver.json#L56 But, as we make the add&remove procedure for plugins easy as can be, then we'll have no reason to do this at all.
Fixed within https://github.com/zowe/zlux-server-framework/pull/94 now.
Getting this during startup of 1.0.0 build 505