buerokratt / POC.CentOps

Central administration of components in external networks and monitoring their technical parameters and performance
MIT License
1 stars 0 forks source link

CentOps: Implement config-based Admin Api Key #67

Closed decodingahmed closed 2 years ago

decodingahmed commented 2 years ago

As a CentOps Admin I want to have a pre-configured Admin API Key So that I can authenticate and call the Admin endpoints on the CentOps API

Background

Currently, API Key authentication is implemented but it only works for participants using the Public API. This implementation validates API Keys provided in the HTTP header against the participants in the Cosmos collection.

Acceptance Criteria