smolnar82 opened a new pull request, #1397: URL: https://github.com/apache/knox/pull/1397
[KNOX-3453](https://issues.apache.org/jira/browse/KNOX-3453) - Ignore runtime-generated gateway-server/data/security directory in git ## What changes were proposed in this pull request? Broadened the `.gitignore` rule from `gateway-server/data/security/keystores/*.jceks` (added under KNOX-3328) to the entire `gateway-server/data/security/` directory, so runtime-generated security material (master secret, keystores, credential stores) can't be accidentally committed. ## How was this patch tested? `.gitignore`-only change. Verified with `git check-ignore` that `master`, keystore, and credential-store files under `gateway-server/data/security/` are now matched. Nothing under that path was tracked, so no `git rm --cached` cleanup was needed. ## Integration Tests N/A ## UI changes N/A -- 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]
