Skip to content

Commit

Permalink
feat: implement host.setSecretFile() to securely set binary files a…
Browse files Browse the repository at this point in the history
…s secrets (#5500)

* feat: implement host.setSecretFile() method to securely mount binary files

Solves binary data issue (dagger/dagger#5069):
Some users need to mount binary files or non UTF-8 files (GPG keys for example) as secrets.
This PR implements a new API endpoints enabling a safe mount of those secrets without leaking information in any layer.

Signed-off-by: grouville <[email protected]>

* chore: add changelog

Add Changie's changelogs

Signed-off-by: grouville <[email protected]>

* Remove sdk change logs as it's an engine change

Signed-off-by: Helder Correia <[email protected]>

---------

Signed-off-by: grouville <[email protected]>
Signed-off-by: Helder Correia <[email protected]>
Co-authored-by: grouville <[email protected]>
Co-authored-by: Helder Correia <[email protected]>
  • Loading branch information
3 people authored Jul 28, 2023
1 parent 6e7cd4d commit 83d2a83
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83d2a83

Please sign in to comment.