heroku / roadmap

This is the public roadmap for Salesforce Heroku services.
194 stars 0 forks source link

Simplistic Auth for Dev/Test/Staging apps #201

Open friism opened 1 year ago

friism commented 1 year ago

Required Terms

What service(s) is this request for?

Runtime, Routing

Tell us about what you're trying to solve. What challenges are you facing?

Currently there's no in-platform way to have Heroku add some sort of simplistic auth for apps. This might be useful to provide a measure of protection for non-production apps. Currently Heroku customers have to add this with language-specific libraries.

It'd be nice if Heroku could handle this concern in the platform. We could for example offer basic-auth+TLS where customer defines user-name / password and the check is implemented in the Heroku routing layer. Alternatively (or additionally) we could also offer stronger authentication schemes.