moresandeep opened a new pull request, #836:
URL: https://github.com/apache/knox/pull/836

   
   ## What changes were proposed in this pull request?
   
   This PR adds public AWS certs to Knox truststore and adds a few parameters 
that can be configured on the fly 
    - KNOX_MASTER_SECRET - (optional) master secret for knox in a file, default 
value is 'knox'
    - MASTER_SECRET - (optional) master secret for knox, value not a file 
location , default value is 'knox'
    - KNOX_CERT - (optional) the location of a public PEM-encoded certificate 
file for the gateway
    - KNOX_KEY - (optional) the location of a private PEM-encoded key file for 
the gateway
    - KEYSTORE_PASSWORD_FILE - (optional) the location of a file containing the 
passphrase to use for generated keystores, default randomly generated base 64 
string
    - ALIAS_PASSPHRASE - (optional) Keystore signing password
    - CA_FILE - (optional) the location of a file containing the PEM-encoded CA 
bundle for Knox to use
    - KEYSTORE_DIR - (optional) a location for generated JKS files, default 
/home/knox/knox/data/security/keystores
    - LDAP_PASSWORD_FILE - (optional) the location of a file containing ldap 
bind password.
    - LDAP_BIND_PASSWORD - (optional) ldap bind password value (not file 
location).
    - CUSTOM_CERT - (optional) the location of a file containing the custom 
certs
   
   ## How was this patch tested?
   
   This patch was tested locally.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to