Date
1 - 1 of 1
Multiple providers for user management in bosh director
Szymon Kodrebski
Is there a way to set a multiple providers for user management in bosh director? I want to specify a local admin user and other users authenticate via specified uaa servers. How should the manifest look like to achieve something like this:
properties: director: user_management: provider: [uaa, local] uaa: urls: ["https://uaa1.example.com", "https://uaa2.example.com"] local: users: - {name: admin, password: admin-password} |
|