-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat(cube): add aws s3 bucket #787
Conversation
This reverts commit 203bd85.
cube/plural/recipes/cube-aws.yaml
Outdated
@@ -13,6 +13,10 @@ sections: | |||
- name: hostname | |||
type: DOMAIN | |||
documentation: the fully qualified domain name your cube api will be available at | |||
- name: cubeBucket | |||
type: BUCKET | |||
documentation: gcs bucket for storing cube files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gcs bucket -> s3 bucket
cube/terraform/aws/iam.tf
Outdated
oidc_fully_qualified_subjects = ["system:serviceaccount:${var.namespace}:${var.cube_serviceaccount}"] | ||
} | ||
|
||
resource "aws_iam_user" "cube" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this iam user is no longer needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually wait, you need to bump the versions for both the tf and helm
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Test Plan
Checklist
plural from-grafana
to convert a grafana dashboard found via google to our CRDpluralsh/module-library
to accelerate this