-
Notifications
You must be signed in to change notification settings - Fork 65
[Geneva Exporter] Add MSI Auth support (draft for feasibility test) #386
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #386 +/- ##
=======================================
- Coverage 48.2% 46.4% -1.9%
=======================================
Files 69 74 +5
Lines 9586 10397 +811
=======================================
+ Hits 4626 4826 +200
- Misses 4960 5571 +611 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/// Run with: cargo test --features msi_auth test_gcs_msi_authentication -- --ignored | ||
/// | ||
/// Note: Must run on Azure infrastructure where the managed identity is assigned | ||
#[tokio::test] |
Check failure
Code scanning / CodeQL
Cleartext logging of sensitive information High
moniker_info.account_group
/// - MSI identity variables: TEST_MSI_OBJECT_ID (or alternatives) | ||
/// | ||
/// Run with: cargo test --features msi_auth test_msi_vs_certificate_authentication -- --ignored | ||
#[tokio::test] |
Check failure
Code scanning / CodeQL
Cleartext logging of sensitive information High
Fixes #
Design discussion issue (if applicable) #
Changes
Please provide a brief description of the changes here.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes