apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.47k stars 1.16k forks source link

Feature request: Making authentication/authorization module configurable #2032

Closed style95 closed 4 years ago

style95 commented 7 years ago

Currently OW is only using subjects DB and LocalEntitlementProvider for Authentication/Authorization. But this modules are not configurable.

And needs for custom module such as ldap are increasing.

If authentication/authorization method is configurable(pluggable), it would be great.

rabbah commented 4 years ago

it is plugable now, sufficient?