hellofresh / kangal

Run performance tests in Kubernetes cluster with Kangal
Apache License 2.0
161 stars 22 forks source link

How to enable security scheme for Swagger and OpenAPI? #226

Closed bogdan-bashev closed 1 year ago

bogdan-bashev commented 2 years ago

Greetings! Is there any way to enable mandatory authentication and authorization for Kangal Swagger and API itself? Even if it's running as an internal service, we really want to guard it against random access.

lucasmdrs commented 1 year ago

Hi!

At this moment there is no implementation of Authentication/Authorization in Kangal API or the UI for the API specification, there is no plans also for this in the near future.

Contributions are welcomed as long as they come as an opt-in implementation.

bogdan-bashev commented 1 year ago

Thanks for the clarification, @lucasmdrs, I will think about it.