Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add datadog certificate for java Dockerfile (#3265)
* add datadog certificate to keystore * for debugging: disable nondraft-pr condition * import the public cert into the truststore instead of keystore * validate api key and warn if invalid * move authentication check to a try/catch why: authentication check will throw a 403 if the key is invalid; and while that's informative, we don't want it to be grounds for the app to fail to start up * fix lint and typos * Revert "for debugging: disable nondraft-pr condition" This reverts commit 093e0e1. * update comment to note the certificate is public * oops. delete invalid script introduced in 47a842f while i was experimenting * restore method signature had modified while experimenting in this PR, but should be restored to show that the method may throw an Exception --------- Co-authored-by: Lisa Chung <[email protected]>
- Loading branch information