-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypt & decrypt build info properties file #766
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Due to the sensitivity of the encryption algorithm, I'd like to review it again once the comments are handled.
.../main/java/org/jfrog/build/extractor/clientConfiguration/ArtifactoryClientConfiguration.java
Outdated
Show resolved
Hide resolved
.../main/java/org/jfrog/build/extractor/clientConfiguration/ArtifactoryClientConfiguration.java
Outdated
Show resolved
Hide resolved
build-info-extractor/src/main/java/org/jfrog/build/extractor/BuildInfoExtractorUtils.java
Show resolved
Hide resolved
build-info-extractor/src/main/java/org/jfrog/build/extractor/BuildInfoExtractorUtils.java
Outdated
Show resolved
Hide resolved
build-info-extractor/src/main/java/org/jfrog/build/extractor/BuildInfoExtractorUtils.java
Outdated
Show resolved
Hide resolved
...in/java/org/jfrog/build/extractor/clientConfiguration/util/encryption/EncryptionKeyPair.java
Outdated
Show resolved
Hide resolved
...in/java/org/jfrog/build/extractor/clientConfiguration/util/encryption/EncryptionKeyPair.java
Show resolved
Hide resolved
...in/java/org/jfrog/build/extractor/clientConfiguration/util/encryption/EncryptionKeyPair.java
Outdated
Show resolved
Hide resolved
...rg/jfrog/build/extractor/clientConfiguration/util/encryption/SecurePropertiesEncryption.java
Outdated
Show resolved
Hide resolved
...rg/jfrog/build/extractor/clientConfiguration/util/encryption/SecurePropertiesEncryption.java
Outdated
Show resolved
Hide resolved
...rg/jfrog/build/extractor/clientConfiguration/util/encryption/SecurePropertiesEncryption.java
Outdated
Show resolved
Hide resolved
...rg/jfrog/build/extractor/clientConfiguration/util/encryption/SecurePropertiesEncryption.java
Outdated
Show resolved
Hide resolved
...rg/jfrog/build/extractor/clientConfiguration/util/encryption/SecurePropertiesEncryption.java
Outdated
Show resolved
Hide resolved
build-info-extractor/src/test/java/org/jfrog/build/extractor/BuildExtractorUtilsTest.java
Outdated
Show resolved
Hide resolved
...rg/jfrog/build/extractor/clientConfiguration/util/encryption/SecurePropertiesEncryption.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi,
Any ideas why this is happening? |
@afolgado, |
This pull request introduces additional APIs dedicated to the encryption and decryption of the build information properties file.