What would you like to be added?
Currently Kusion defines the secret store interface with only a GetSecret() method.
See: https://github.com/KusionStack/kusion/blob/main/pkg/secrets/interfaces.go
Add a SetSecret() method for the interface and support it in all implementations (aws/azure/gcp/alicloud/viettel).
Why is this needed?
Writing a secret to a secret store may be used when:
Tasks
What would you like to be added?
Currently Kusion defines the secret store interface with only a
GetSecret()method.See: https://github.com/KusionStack/kusion/blob/main/pkg/secrets/interfaces.go
Add a
SetSecret()method for the interface and support it in all implementations (aws/azure/gcp/alicloud/viettel).Why is this needed?
Writing a secret to a secret store may be used when:
Tasks