atheiman / better-chef-rundeck

A Sinatra app for integrating Chef and Rundeck
MIT License
13 stars 8 forks source link

support multiple chef orgs #17

Closed atheiman closed 7 years ago

atheiman commented 8 years ago

authentication to the chef server just needs one key and then permission to the orgs it requests searches from. simple implementation allowing support for multiple orgs: requests to the app follow /<org>/<query>

examples:

each of those requests would hit their respective chef servers

to allow backwards compatibility, the chef org could be a get parameter.

Possibly in the future this could even support multiple chef servers.