Update dependencies to add service fabric mesh via new azure-sdk-go
This commit is contained in:
2
vendor/github.com/vmware/vic/pkg/vsphere/extraconfig/secret.go
generated
vendored
2
vendor/github.com/vmware/vic/pkg/vsphere/extraconfig/secret.go
generated
vendored
@@ -27,7 +27,7 @@ import (
|
||||
|
||||
// The value of this key is hidden from API requests, but visible within the guest
|
||||
// #nosec: Potential hardcoded credentials
|
||||
const GuestInfoSecretKey = "guestinfo.ovfEnv"
|
||||
const GuestInfoSecretKey = GuestInfoPrefix + "ovfEnv"
|
||||
|
||||
// SecretKey provides helpers to encrypt/decrypt extraconfig values
|
||||
type SecretKey struct {
|
||||
|
||||
Reference in New Issue
Block a user