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

support to config the encrypted password #192

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

Nicole00
Copy link
Contributor

@Nicole00 Nicole00 commented Jan 4, 2024

close #190

  1. support to config the encrypted password
  2. support to encrypt the password and provide the RSA private key
    spark-submit --master local --class com.vesoft.exchange.common.PasswordEncryption nebula-exchange_spark_2.4-3.0-SNAPSHOT.jar -p {password}

@Nicole00 Nicole00 added the doc affected PR: improvements or additions to documentation label Jan 4, 2024
@codecov-commenter
Copy link

Codecov Report

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

Comparison is base (ffae04c) 51.85% compared to head (8020171) 50.66%.

Files Patch % Lines
...om/vesoft/exchange/common/PasswordEncryption.scala 0.00% 44 Missing ⚠️
...la/com/vesoft/exchange/common/config/Configs.scala 50.00% 1 Missing and 2 partials ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #192      +/-   ##
============================================
- Coverage     51.85%   50.66%   -1.20%     
  Complexity       89       89              
============================================
  Files            21       22       +1     
  Lines          1913     1962      +49     
  Branches        378      383       +5     
============================================
+ Hits            992      994       +2     
- Misses          733      778      +45     
- Partials        188      190       +2     

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

@Nicole00 Nicole00 requested a review from HarrisChu January 22, 2024 01:55
@Nicole00 Nicole00 merged commit e57651a into vesoft-inc:master Jan 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc affected PR: improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support password encryption
3 participants