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

Provision a bucket for RDS logs #130

Closed
2 tasks
spgreenberg opened this issue Nov 1, 2020 · 1 comment
Closed
2 tasks

Provision a bucket for RDS logs #130

spgreenberg opened this issue Nov 1, 2020 · 1 comment
Labels
New Issues rds-logs Stories related to shipping RDS logs to customers

Comments

@spgreenberg
Copy link
Contributor

In order to ship RDS logs to a customer via S3, the broker should be able to provision a bucket if necessary.

Acceptance Criteria

  • GIVEN a customer opting in to RDS log shipping to S3
    AND without an existing bucket for RDS logs in the space
    WHEN the customer opts in to ship RDS logs
    THEN the broker provisions an S3 bucket (service instance) in the customer space

  • GIVEN a customer opting in to RDS log shipping to S3
    AND with an existing bucket for RDS logs in the space
    WHEN the customer opts in to ship RDS logs
    THEN the broker uses the existing S3 bucket (service instance) in the customer space


Security considerations

By leveraging the broker, we minimize any security risks (they are the same with any other S3 bucket). Because the service instance is in the customer space, the customer can generate bindings and service keys as needed.

@spgreenberg spgreenberg added New Issues rds-logs Stories related to shipping RDS logs to customers labels Nov 1, 2020
@markdboyd
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Issues rds-logs Stories related to shipping RDS logs to customers
Projects
None yet
Development

No branches or pull requests

2 participants