noName
noName

Reputation: 133

Security in cloudfoundry

As you probably know cloud foundry, is a platform-as-a-service provider in clouds. Does anybody know the principle of security in this provider? Does it provide any security in its infrastructure for user at all? many thanks in advance

Upvotes: 1

Views: 804

Answers (1)

anon
anon

Reputation:

Cloud Foundry has a service called UAA - User Account and Authentication.

The documentation for the UAA service is here: https://github.com/cloudfoundry/uaa/blob/master/README.md

Upvotes: 2

Related Questions