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

Update keyvault/azkeys Azure SDK to v0.9.0 #759

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Conversation

hiddeco
Copy link
Member

@hiddeco hiddeco commented Nov 9, 2022

$ go test -tags integration -v
=== RUN   TestLoadAADConfigFromBytes
=== RUN   TestLoadAADConfigFromBytes/Service_Principal_with_Secret
=== RUN   TestLoadAADConfigFromBytes/Service_Principal_with_Certificate
=== RUN   TestLoadAADConfigFromBytes/Managed_Identity_with_Client_ID
=== RUN   TestLoadAADConfigFromBytes/Service_Principal_with_Secret_from_az_CLI
=== RUN   TestLoadAADConfigFromBytes/Authority_host
=== RUN   TestLoadAADConfigFromBytes/invalid
--- PASS: TestLoadAADConfigFromBytes (0.00s)
    --- PASS: TestLoadAADConfigFromBytes/Service_Principal_with_Secret (0.00s)
    --- PASS: TestLoadAADConfigFromBytes/Service_Principal_with_Certificate (0.00s)
    --- PASS: TestLoadAADConfigFromBytes/Managed_Identity_with_Client_ID (0.00s)
    --- PASS: TestLoadAADConfigFromBytes/Service_Principal_with_Secret_from_az_CLI (0.00s)
    --- PASS: TestLoadAADConfigFromBytes/Authority_host (0.00s)
    --- PASS: TestLoadAADConfigFromBytes/invalid (0.00s)
=== RUN   TestTokenFromAADConfig
=== RUN   TestTokenFromAADConfig/Service_Principal_with_Secret
=== RUN   TestTokenFromAADConfig/Service_Principal_with_Certificate
=== RUN   TestTokenFromAADConfig/Service_Principal_with_az_CLI_format
=== RUN   TestTokenFromAADConfig/Managed_Identity_with_Client_ID
--- PASS: TestTokenFromAADConfig (0.12s)
    --- PASS: TestTokenFromAADConfig/Service_Principal_with_Secret (0.00s)
    --- PASS: TestTokenFromAADConfig/Service_Principal_with_Certificate (0.00s)
    --- PASS: TestTokenFromAADConfig/Service_Principal_with_az_CLI_format (0.00s)
    --- PASS: TestTokenFromAADConfig/Managed_Identity_with_Client_ID (0.00s)
=== RUN   TestAADConfig_GetCloudConfig
--- PASS: TestAADConfig_GetCloudConfig (0.00s)
=== RUN   TestMasterKey_Encrypt
--- PASS: TestMasterKey_Encrypt (0.96s)
=== RUN   TestMasterKey_Decrypt
--- PASS: TestMasterKey_Decrypt (0.80s)
=== RUN   TestMasterKey_EncryptDecrypt_RoundTrip
--- PASS: TestMasterKey_EncryptDecrypt_RoundTrip (0.40s)
=== RUN   TestMasterKey_Encrypt_SOPS_Compat
--- PASS: TestMasterKey_Encrypt_SOPS_Compat (2.20s)
=== RUN   TestMasterKey_Decrypt_SOPS_Compat
--- PASS: TestMasterKey_Decrypt_SOPS_Compat (0.73s)
=== RUN   TestToken_ApplyToMasterKey
--- PASS: TestToken_ApplyToMasterKey (0.00s)
=== RUN   TestMasterKey_EncryptedDataKey
--- PASS: TestMasterKey_EncryptedDataKey (0.00s)
=== RUN   TestMasterKey_SetEncryptedDataKey
--- PASS: TestMasterKey_SetEncryptedDataKey (0.00s)
=== RUN   TestMasterKey_NeedsRotation
--- PASS: TestMasterKey_NeedsRotation (0.00s)
=== RUN   TestMasterKey_ToString
--- PASS: TestMasterKey_ToString (0.00s)
=== RUN   TestMasterKey_ToMap
--- PASS: TestMasterKey_ToMap (0.00s)
PASS
ok      github.com/fluxcd/kustomize-controller/internal/sops/azkv       5.218s

@hiddeco hiddeco added the area/sops SOPS related issues and pull requests label Nov 9, 2022
@hiddeco hiddeco force-pushed the sops-azkv-update branch 2 times, most recently from 02bce73 to 1621431 Compare November 9, 2022 09:10
@hiddeco hiddeco marked this pull request as ready for review November 9, 2022 09:18
Signed-off-by: Hidde Beydals <hello@hidde.co>
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @hiddeco 🏅

@stefanprodan stefanprodan merged commit 9fd283b into main Nov 9, 2022
@stefanprodan stefanprodan deleted the sops-azkv-update branch November 9, 2022 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sops SOPS related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants