Replies: 1 comment 4 replies
-
Why/where do you need the map in the first place? Could you elaborate a bit further on the use-case you are trying to solve? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a feature that needs to understand which repo Milo is running from.
I was recommended to use
imsClientId
since each repo has a unique one:Should we instead require a
repo
orcloud
field in milo config? This way we avoid a map like above that needs to be updated with each new repo. Example:It is possible to determine repo from url in many cases, but there is ambiguity sometimes, especially when running from localhost.
Beta Was this translation helpful? Give feedback.
All reactions