Fast VPC-SC Layer ideas #2650
Closed
jackspyder
started this conversation in
General
Replies: 1 comment 1 reply
-
One thing you already discovered (and thanks for validating our approach!) is that the stage is small and legible enough to lend itself easily to changes. Your approach works, but I'm just wondering why you're not using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Helllo,
First off, i like the split of security and VPC-SC, bringing it in early, and ill also say, ive not had much experience with them but ive had a hard requirement to implement them and found the very simple implementation here a little lacking.
My requirement was for a global organisation with a single but distributed data team to have access to several GCS/BQ instances in different geographies and have location based access controls for each datastore. US users can access US stores from the US, eu from eu, etc. VPC-SC was the right call here obviously, but if im reading the fabric layer right, we can't create multiple perimeters. I needed one for each major geography, but also another common usecase would be a dev and prod perimeter for dry run vs enforcement.
to achieve this i simply copied some variables from the underlying module for service perimeter regular:
then i simply changed the main.tf
its such a small change, but makes this layer much more useable. I understand the need for simple, as VPC-SC are quite tricky, but i think the strength of fabric is it presents complexity in a simple way. I'd be happy to raise this as a change.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions