secrets
secrets copied to clipboard
Openstorage support for Key Management Systems
[adal](https://pkg.go.dev/github.com/Azure/go-autorest/autorest/adal) is out of support since March 31, 2023. This PR migrates from adal to azidentity for azure key vault. [Migration guide](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azidentity/MIGRATION.md) was used as a reference. **What this PR...
**What this PR does / why we need it**: update k8s API version to 0.29.3 **Which issue(s) this PR fixes** (optional) Closes #[PWX-36700](https://purestorage.atlassian.net/browse/PWX-36700)
**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: [adal](https://pkg.go.dev/github.com/Azure/go-autorest/autorest/adal) is out of support since March 31, 2023. This PR migrates from adal to azidentity for azure...
**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: As of now, the azure key vault client can be created using the ClientID and ClientSecret. The [recommended...
Rook added dependency of go 1.15, so I upgraded the my fedora VM from 32 to 33. Now rook is failing with below error ```console go get: github.com/libopenstorage/[email protected] updating to...
**What this PR does / why we need it**: In this PR we have updated the packages used from aws sdk version 1 to aws sdk version 2. This has...
**What this PR does / why we need it**: vendor update to sched-op master **Which issue(s) this PR fixes** (optional) Closes # **Special notes for your reviewer**:
lift key protect client to latest version This commit lift the key protect client version from github.com/IBM/keyprotect-go-client v0.5.1 to github.com/IBM/keyprotect-go-client v0.7.0 which is the latest release available now. This PR...
The `InitVaultKMS()` function in `vault/vault.go` takes a map. One of the parameters that it can take is `vaultCAVerify: (string-bool)`. Example: ``` kmsID := "vault-kms" config := map[string]interface{}{ "vaultCAVerify": "false", }...
IBM KP added support for two fields in the key context - CustomSecretData -> to indicate the secretData in Get/Set APIs does not need to be generated by KMS -...