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

feat(jans-pycloudlib): allow configurable Vault KV and AppRole paths #7775

Merged
merged 5 commits into from
Feb 19, 2024

Conversation

iromli
Copy link
Contributor

@iromli iromli commented Feb 19, 2024

Prepare


Description

Target issue

closes #7774

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)

Signed-off-by: iromli <isman.firmansyah@gmail.com>
Signed-off-by: iromli <isman.firmansyah@gmail.com>
Signed-off-by: iromli <isman.firmansyah@gmail.com>
@mo-auto mo-auto added comp-jans-pycloudlib kind-feature Issue or PR is a new feature request labels Feb 19, 2024
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@9a10cdf). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7775   +/-   ##
=======================================
  Coverage        ?   60.94%           
=======================================
  Files           ?       36           
  Lines           ?     3124           
  Branches        ?        0           
=======================================
  Hits            ?     1904           
  Misses          ?     1220           
  Partials        ?        0           
Flag Coverage Δ
unittests 60.94% <100.00%> (?)

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

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

Signed-off-by: iromli <isman.firmansyah@gmail.com>
@iromli iromli marked this pull request as ready for review February 19, 2024 16:37
@iromli iromli requested a review from moabu as a code owner February 19, 2024 16:37
Copy link

sonarcloud bot commented Feb 19, 2024

Quality Gate Passed Quality Gate passed for 'jans-pycloudlib'

Issues
1 New issue

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@moabu moabu merged commit 1f01591 into main Feb 19, 2024
5 checks passed
@moabu moabu deleted the cn-vault-update branch February 19, 2024 16:42
yurem pushed a commit that referenced this pull request Feb 20, 2024
…7775)

* refactor(jans-pycloudlib): handle Vault KV version 1

Signed-off-by: iromli <isman.firmansyah@gmail.com>

* refactor(jans-pycloudlib): handle Vault KV version 2

Signed-off-by: iromli <isman.firmansyah@gmail.com>

* refactor: specify backward-compat env vars for Vault address

Signed-off-by: iromli <isman.firmansyah@gmail.com>

* chore: refactor vault binding

Signed-off-by: iromli <isman.firmansyah@gmail.com>

---------

Signed-off-by: iromli <isman.firmansyah@gmail.com>
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
devrimyatar pushed a commit that referenced this pull request Feb 27, 2024
…7775)

* refactor(jans-pycloudlib): handle Vault KV version 1

Signed-off-by: iromli <isman.firmansyah@gmail.com>

* refactor(jans-pycloudlib): handle Vault KV version 2

Signed-off-by: iromli <isman.firmansyah@gmail.com>

* refactor: specify backward-compat env vars for Vault address

Signed-off-by: iromli <isman.firmansyah@gmail.com>

* chore: refactor vault binding

Signed-off-by: iromli <isman.firmansyah@gmail.com>

---------

Signed-off-by: iromli <isman.firmansyah@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-pycloudlib kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(jans-pycloudlib): allow configurable Vault KV and AppRole paths
3 participants