All - I'd like to point out that there has been a change to the ClientShell aspect of Knox which affects the running of the samples. The samples are a large part of our release process for many of us and we need to be able to run them out of the box for this testing.
Docs will include comprehensive instructions for various ways to configure the truststore for the ClientShell but until we release the docs aren't published. So, let's just use the following to get the samples running: 1. We need a truststore for samples/testing let's export the gateway-identity cert from gateway.jks into a separate jks 2. 'knoxcli.sh export-cert --type JKS' 3. copy the resulting keystore file to your home directory: 'cp /Users/larry/knox-0.10.0/bin/../data/security/keystores/gateway-client-trust.jks ~' That should provide you with a truststore that will be discovered by the ClientShell classes and provide you with a secure session with the Knox server. I will file a JIRA for 0.11.0 to make this even easier for samples and like I said - it will be documented comprehensively in the 0.10.0 users guide. thanks, --larry On Tue, Nov 1, 2016 at 11:10 PM, sumit gupta <[email protected]> wrote: > A candidate for the Apache Knox 0.10.0 (RC1) release is available at: > > https://dist.apache.org/repos/dist/dev/knox/knox-0.10.0/ > > The release candidate is a zip archive of the sources in: > > https://git-wip-us.apache.org/repos/asf/knox.git > Branch v0.10.0 (git checkout -b v{gateway-version}) > > The KEYS file for signature validation is available at: > https://dist.apache.org/repos/dist/release/knox/KEYS > > Please vote on releasing this package as Apache Knox 0.10.0. > The vote is open for the next 72 hours and passes if a majority of at > least three +1 Apache Knox PMC votes are cast. > > [ ] +1 Release this package as Apache Knox 0.10.0 > [ ] -1 Do not release this package because... >
