enforce module boundaries templating #27671
Unanswered
KieranFleckney
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before I ask for a feature request I wanted to ask here first to make sure I wasn't missing something. On this page Tag in Multiple Dimensions it has this layout (I have removed some for simplicity)
Okay so my quuestion is: Can i make one rule which allows a app to access a project with the same scope. To make it clear what I mean, currently every new app you add, you will need to add a new rule similar to theses one
Why i would want this is because every app in my repo has a feature library so i want to restrict every app to only their feature library. However, the only way you can do this is add another rule like above for each new app. Now if you have 50 apps that's rather annoying.
I was wondering if it was possible to do something like
This would replace {{TAG}} in the current list of tags against the project it is validating with the current tag it is checking agaist
Hopefully this makes sense to people.
Beta Was this translation helpful? Give feedback.
All reactions