Skip to content

Commit

Permalink
Merge pull request #1568 from fluxcd/bucket-aws-proxy
Browse files Browse the repository at this point in the history
Add proxy support for AWS S3 buckets
  • Loading branch information
matheuscscp committed Aug 11, 2024
2 parents 08fff65 + 625e672 commit e1ff038
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions api/v1beta2/bucket_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ type BucketSpec struct {

// ProxySecretRef specifies the Secret containing the proxy configuration
// to use while communicating with the Bucket server.
//
// Only supported for the `generic`, `gcp` and `azure` providers.
// +optional
ProxySecretRef *meta.LocalObjectReference `json:"proxySecretRef,omitempty"`

Expand Down
3 changes: 0 additions & 3 deletions config/crd/bases/source.toolkit.fluxcd.io_buckets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,6 @@ spec:
description: |-
ProxySecretRef specifies the Secret containing the proxy configuration
to use while communicating with the Bucket server.
Only supported for the `generic`, `gcp` and `azure` providers.
properties:
name:
description: Name of the referent.
Expand Down
2 changes: 0 additions & 2 deletions docs/api/v1beta2/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
<em>(Optional)</em>
<p>ProxySecretRef specifies the Secret containing the proxy configuration
to use while communicating with the Bucket server.</p>
<p>Only supported for the <code>generic</code>, <code>gcp</code> and <code>azure</code> providers.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1648,7 +1647,6 @@ github.com/fluxcd/pkg/apis/meta.LocalObjectReference
<em>(Optional)</em>
<p>ProxySecretRef specifies the Secret containing the proxy configuration
to use while communicating with the Bucket server.</p>
<p>Only supported for the <code>generic</code>, <code>gcp</code> and <code>azure</code> providers.</p>
</td>
</tr>
<tr>
Expand Down
2 changes: 0 additions & 2 deletions docs/spec/v1beta2/buckets.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,8 +854,6 @@ The Secret can contain three keys:
- `password`, to specify the password to use if the proxy server is protected by
basic authentication. This is an optional key.

This API is only supported for the `generic`, `gcp` and `azure` [providers](#provider).

Example:

```yaml
Expand Down

0 comments on commit e1ff038

Please sign in to comment.