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

fix(jans-pycloudlib): split aws secrets when payload is larger than 65536 bytes #3971

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

iromli
Copy link
Contributor

@iromli iromli commented Feb 22, 2023

Prepare


Description

Target issue

closes #3968

Implementation Details


Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

@iromli iromli requested a review from moabu as a code owner February 22, 2023 19:20
@mo-auto mo-auto added comp-jans-pycloudlib kind-bug Issue or PR is a bug in existing functionality labels Feb 22, 2023
@sonarcloud
Copy link

sonarcloud bot commented Feb 22, 2023

[jans-pycloudlib] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Feb 22, 2023

Codecov Report

Merging #3971 (14ae90b) into main (cbfecf3) will decrease coverage by 0.60%.
The diff coverage is 12.72%.

@@            Coverage Diff             @@
##             main    #3971      +/-   ##
==========================================
- Coverage   67.72%   67.13%   -0.60%     
==========================================
  Files          30       30              
  Lines        2417     2440      +23     
==========================================
+ Hits         1637     1638       +1     
- Misses        780      802      +22     
Flag Coverage Δ
unittests 67.13% <12.72%> (-0.60%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ns-pycloudlib/jans/pycloudlib/secret/aws_secret.py 28.84% <12.72%> (-6.96%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@moabu moabu merged commit bd3d59b into main Feb 23, 2023
@moabu moabu deleted the cn-aws-secrets branch February 23, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-pycloudlib kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(jans-pycloudlib): AWS secrets size is exceeding max. size of 64K
3 participants