sneethiraj commented on PR #1209: URL: https://github.com/apache/knox/pull/1209#issuecomment-4300874200
@moresandeep - The Docker build itself will NOT fail. But, the command to get the certs failed and since we have "|| true" added after each cert download using curl, the failures are ignored. I just noticed on the screen and also found the import was throwing an error ..... After the build with latest code, it looks good. +1 for PR. ``` + kc logs -f -n knox knox-gateway-5cd46cffbb-6r9r6 Using default knox master secret WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. Master secret has been persisted to disk. Generating knox.token.hash.key alias ... WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. knox.token.hash.key has been successfully created. Using provided keystore password file INFO: Importing certificate [/home/knox/cacrts/AmazonRootCA1.cer] into truststore Certificate was added to keystore INFO: Importing certificate [/home/knox/cacrts/AmazonRootCA2.cer] into truststore Certificate was added to keystore INFO: Importing certificate [/home/knox/cacrts/AmazonRootCA3.cer] into truststore Certificate was added to keystore INFO: Importing certificate [/home/knox/cacrts/AmazonRootCA4.cer] into truststore Certificate was added to keystore INFO: Importing certificate [/home/knox/cacrts/isrgrootx1.pem] into truststore Certificate was added to keystore INFO: Importing certificate [/home/knox/cacrts/isrg-root-x2.pem] into truststore Certificate was added to keystore Starting Knox gateway ... WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
