Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Update S3 implementation #86

Closed
wants to merge 17 commits into from
Closed

Conversation

adwk67
Copy link
Member

@adwk67 adwk67 commented Jun 20, 2022

Description

  • Access style is honoured/implemented
  • Secrets are no longer read directly but are mounted
  • TLS for S3 access is not yet implemented (though a non-None entry will affect the endpoint returned from operator-rs)

Fixes #85.

Review Checklist

  • Code contains useful comments
  • (Integration-)Test cases added (or not applicable)
  • Documentation added (or not applicable)
  • Changelog updated (or not applicable)
  • Cargo.toml only contains references to git tags (not specific commits or branches)
  • Helm chart can be installed and deployed operator works (or not applicable)

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

@adwk67 adwk67 marked this pull request as ready for review June 22, 2022 08:23
@adwk67 adwk67 requested a review from a team June 22, 2022 12:46
@razvan razvan self-requested a review June 24, 2022 08:38
Copy link
Member

@razvan razvan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some ideas and questions.

rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
adwk67 and others added 3 commits June 24, 2022 16:00
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
Copy link
Member

@razvan razvan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@adwk67
Copy link
Member Author

adwk67 commented Jun 24, 2022

bors merge

bors bot pushed a commit that referenced this pull request Jun 24, 2022
# Description

- Access style is honoured/implemented
- Secrets are no longer read directly but are mounted
- TLS for S3 access is not yet implemented (though a non-`None` entry will affect the endpoint returned from `operator-rs`)

Fixes #85.
@bors
Copy link

bors bot commented Jun 24, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Update S3 implementation [Merged by Bors] - Update S3 implementation Jun 24, 2022
@bors bors bot closed this Jun 24, 2022
@bors bors bot deleted the s3-impl-update branch June 24, 2022 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CRD to latest S3 structs from operator-rs
3 participants