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

Storage Connector configuration - support for specifying multiple s3 buckets in the instance profile policy (hopsworksai_aws_instance_profile_policy) #175

Open
micmarty-brainly opened this issue Jul 13, 2022 · 0 comments

Comments

@micmarty-brainly
Copy link

Is your feature request related to a problem? Please describe.

I'd like to have the ability to specify more than 1 bucket for the instance profile generated by Terraform.
image

Describe the solution you'd like
Suggestion/idea: maybe your Terraform helper should specify a variable that is a list of strings 🤔 ?
Something like that:
image

A proper place where that could be implemented is here I guess.

Describe alternatives you've considered
No alternative solutions were considered. For now I have implemented it on my own by adding a new inline_policy block:
image

Additional context
The desired effect that I want to achieve is to configure a S3 storage connector. In the past I used to manually tweak the instance profile policy, but now we rely fully on Terraform - if I do that, it could break the tfstate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant