nginxinc / kic-reference-architectures

MARA: Modern Application Reference Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: add auth to locust.io

qdzlug opened this issue · comments

Is your feature request related to a problem? Please describe.
We need to add authentication to our locust.io application in order to enable it to be served via either the VirtualServer or Gateway API. It is currently unauthenticated.

Describe the solution you'd like
We should just be able to plumb in password generation and adjust the CLI for the start of the pod in order to enable the built-in auth mechanism per the documentation.

Note - we may want to enable TLS and gen some certs here as well, but this is a question for down the road.

Describe alternatives you've considered
None.

Additional context
None.