You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation in prepare.sh is hard coded with tcp and ports 20 through 10000. Pulling this up to be configurable in manifest.yml would be a nice first step. I am unsure if allowing configuration in .gitlab-ci.yml at run time is worth the lift and considering the ability to modify it with the code, is probably less secure.
Considerations:
Deploy-time option
Configurable in Gitlab CI yaml
The text was updated successfully, but these errors were encountered:
The current implementation in
prepare.sh
is hard coded withtcp
and ports20
through10000
. Pulling this up to be configurable inmanifest.yml
would be a nice first step. I am unsure if allowing configuration in.gitlab-ci.yml
at run time is worth the lift and considering the ability to modify it with the code, is probably less secure.Considerations:
The text was updated successfully, but these errors were encountered: