You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we pass context.Background()/context.TODO() to the encrypt/decrypt operations internally. It would be valuable to accept a context in these operations and pass it down instead. As SDK users we'd like to do that in CNCF Flux. The SOPS CLI could also benefit from this passing a context tied to the SIGTERM and SIGINT signals.
The text was updated successfully, but these errors were encountered:
matheuscscp
changed the title
Feature request: Allow passing a valid context for encrypt/decrypt operations in AWS, Azure and GCP
Feature request: Allow passing a valid context to encrypt/decrypt operations with AWS, Azure and GCP
May 3, 2025
matheuscscp
changed the title
Feature request: Allow passing a valid context to encrypt/decrypt operations with AWS, Azure and GCP
Feature request: Allow passing a valid context to encrypt/decrypt operations with AWS, Azure, GCP, GnuPG and HashiCorp Vault
May 3, 2025
matheuscscp
changed the title
Feature request: Allow passing a valid context to encrypt/decrypt operations with AWS, Azure, GCP, GnuPG and HashiCorp Vault
Feature request: Allow passing a valid context to encrypt/decrypt operations with AWS, Azure, GCP, PGP and HashiCorp Vault
May 3, 2025
Hi 👋
Right now we pass
context.Background()
/context.TODO()
to the encrypt/decrypt operations internally. It would be valuable to accept a context in these operations and pass it down instead. As SDK users we'd like to do that in CNCF Flux. The SOPS CLI could also benefit from this passing a context tied to theSIGTERM
andSIGINT
signals.The text was updated successfully, but these errors were encountered: