Skip to content
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

Apply ConfigValueConverter to Mirroring configuration temporarily #895

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

minwoox
Copy link
Contributor

@minwoox minwoox commented Nov 15, 2023

Motivation:
Before we support content encryption within CentralDogma, we need a way to secure sensitive information in mirroring configuration. We can do this using ConfigValueConverter that is introduced via #890 as a temporary workaround.

Modifications:

  • Apply ConfigValueConverter to mirroring configuration.

Result:

Motivation:
Before we support content encryption within CentralDogma, we need a way to secure the sensitive information in mirroring configuration.
We can do this using `ConfigValueConverter` that is introduced via line#890 as a temporarily workaround.

Modifications:
- Apply `ConfigValueConverter` to mirroring configuration.

Result:
- You can temporarily hide sensitive information in mirroring configuration using `ConfigValueConverter`. Please note that this feature will be deprecated after we implement line#755.
@minwoox minwoox added this to the 0.64.0 milestone Nov 15, 2023
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (f91a632) 66.09% compared to head (44d8421) 66.07%.

Files Patch % Lines
...l/mirror/credential/PublicKeyMirrorCredential.java 68.75% 4 Missing and 1 partial ⚠️
...al/mirror/credential/PasswordMirrorCredential.java 33.33% 4 Missing ⚠️
...mirror/credential/AccessTokenMirrorCredential.java 40.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #895      +/-   ##
============================================
- Coverage     66.09%   66.07%   -0.03%     
- Complexity     3400     3403       +3     
============================================
  Files           363      363              
  Lines         14103    14117      +14     
  Branches       1509     1509              
============================================
+ Hits           9322     9328       +6     
- Misses         3917     3924       +7     
- Partials        864      865       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jrhee17 jrhee17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍 Thanks @minwoox 🙇 👍 🙇

Copy link
Contributor

@ikhoon ikhoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@minwoox minwoox merged commit c0a6025 into line:main Nov 23, 2023
@minwoox minwoox deleted the converter_mirror branch November 23, 2023 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants