Brian Demers
Brian Demers
thanks for looking at this @bmhm!
Could also tweak the OSGI config and run another set of UT's to run with hz4? Another option would be to create a new module `shiro-hazelcast4` though that gets a...
Hey @col-panic! You should be able to write some EasyMock UTs to verify that `INSTANTIATED_WEB_ENVIRONMENT` gets set (and destroyed when set)
I'll take another pass at this in a different PR, based off the latest code
Once #279 is in, Java8 support is next!
@ddevrien that impl could absolutely be improved, by the keys are not cached indefinitely (under _normal_ usage), they will get updated when a new key-id is used, that is not...
I'm not sure what the osgi related config should be: https://github.com/apache/shiro/pull/332/files#diff-fe1d5bdae7660405b02de35c849a3f235600c2e7c318f64b8635accfabf4b1abR77-R81 I'm guessing the above is wrong (given the hazelcast package name) anyone want to take a pass at that...
Try setting the properties: ``` -Dokta.client.proxy.host= -Dokta.client.proxy.port= ``` If you need auth, you can set `...username` and `...password` too. You can also add these values to `~/.okta/okta.yaml`.
Sorry @szantopeter, it looks like the `okta.client.proxy.*` are not used on all the commands/endpoints (specifically, they are not used for `start` and `register`) You should be able to register manually...
Implementation note: Ensure proxy config is used for all endpoints (currently new account signup `register` and downloading the list of samples `start` do not use the proxy info)