Skip to content

Commit 175ac46

Browse files
committed
Hopefully clear up one of the foresee issues
1 parent 5db5099 commit 175ac46

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

_drafts/2016-09-01-microservices-testing.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,14 @@ and perform some basic performance monitoring.
246246
The error handling is decent but the performance monitoring probably isn't in depth
247247
enough in the long run so we'll need to augment it with other services.
248248
249-
# Future
249+
# Future Improvements
250250
251251
We're really happy with the single repo, "change lots of things at once" approach.
252252
253-
I can foresee problems occurring with the all-or-nothing access control that we
254-
have. A workaround may be to have a couple of repos that map one-to-one with
255-
access control groups.
253+
However, it does mean that if someone has access to one component,
254+
they have access to everything (even deployment definitions). I can foresee this
255+
being less than ideal for some companies. A workaround may be to have n repos
256+
that map one-to-one with your desired access control groups.
256257
257258
We're firing from the hip in the way we're rolling out changes to services/deployments
258259
in the sense that we haven't automated the testing of a new set of kubernetes

0 commit comments

Comments
 (0)