Actions
Feature #1576
closedImplement oauth authentication and authorization
Description
To fully integrate Katello, Foreman API must be accessible with oauth. Once oauth is enabled in the Foreman configuration and secret and token is given, Foreman should authenticate all requests with valid oauth and automatically authorize those requests as "admin". Separate role can be used for this, but all permission must be given. Katello is expected to be able to do anything.
Updated by Lukas Zapletal over 12 years ago
We will be sending HTTP header called "foreman-user" set to the current logged Katello user. Once user is created in Katello, we will create it also in Foreman via API. So it is possible to work also "on behalf" of a user.
Updated by Anonymous over 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset fceb1f895c20019ad71863d23316a446c216845e.
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #1301: Consider adding a per-user API key added
Updated by Tomer Brisker almost 5 years ago
- Category changed from 47 to Plugin integration
Actions