mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 20:44:14 -04:00
s3proxy: add intial implementation
INSECURE! The proxy intercepts GetObject and PutObject. A manual deployment guide is included. The decryption only relies on a hardcoded, static key. Do not use with sensitive data; testing only. * Ticket to track ranged GetObject: AB#3466.
This commit is contained in:
parent
957f8ad203
commit
a7ceda37ea
13 changed files with 1233 additions and 0 deletions
|
@ -55,6 +55,14 @@ def containers():
|
|||
"repotag_file": "//bazel/release:libvirt_tag.txt",
|
||||
"used_by": ["config"],
|
||||
},
|
||||
{
|
||||
"identifier": "s3proxy",
|
||||
"image_name": "s3proxy",
|
||||
"name": "s3proxy",
|
||||
"oci": "//s3proxy/cmd:s3proxy",
|
||||
"repotag_file": "//bazel/release:s3proxy_tag.txt",
|
||||
"used_by": ["config"],
|
||||
},
|
||||
]
|
||||
|
||||
def helm_containers():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue