mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 14:32:17 -04:00
s3proxy: add new page to documentation (v2.12)
This commit is contained in:
parent
07249b1288
commit
c4a3e40882
7 changed files with 146 additions and 3 deletions
|
@ -28,7 +28,7 @@ You can add the s3proxy to your Constellation cluster as follows:
|
|||
kubectl apply -f deployment-s3proxy.yaml
|
||||
```
|
||||
|
||||
If you want to run a demo application, check out the [Filestash with s3proxy](../getting-started/examples/filstash-s3proxy.md) example.
|
||||
If you want to run a demo application, check out the [Filestash with s3proxy](../getting-started/examples/filestash-s3proxy.md) example.
|
||||
|
||||
|
||||
## Technical details
|
||||
|
@ -54,4 +54,4 @@ The necessary deployment modifications are to add DNS redirection and a trusted
|
|||
DNS redirection can be defined for each pod, allowing you to use s3proxy for one application without changing other applications in the same cluster.
|
||||
Adding a trusted TLS certificate is necessary as clients communicate with s3proxy via HTTPS.
|
||||
To have your client application trust s3proxy's TLS certificate, the certificate has to be added to the client's certificate trust store.
|
||||
The [Filestash with s3proxy](../getting-started/examples/filstash-s3proxy.md) example shows how to do this.
|
||||
The [Filestash with s3proxy](../getting-started/examples/filestash-s3proxy.md) example shows how to do this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue