Deprecation Notice - Service Principle identity was moved to runtime configuration #1582
Labels
agents:discovery-agent
All issues related to the resource discovery agent
agents:scraper
All issues related to the scraping agent
deprecation-notice
All issues announcing a deprecation
security
All issues related to security
Promitor has been using service principle authentication from its inception where the identity inforation was configured through the following environment variables:
PROMITOR_AUTH_APPKEY
PROMITOR_AUTH_APPID
However, as of Promitor Scraper v2.2.0 & Resource Discovery v0.3.0, users can choose how agents authenticate to Microsoft
Azure by declaring the authentication mode in the server configuration:
With this new approach, users can use Managed Identity authentication leveraging no-secret authentication or keep on
using Service Principle authentication.
Deprecated as of:
Promitor Scraper v2.2.0 & Promitor Resource Discovery v0.3.0
Will be removed on:
Promitor Scraper v3.0 & Promitor Resource Discovery v1.0
Impact:
Migration is required - Use the authentication configuration
to specify Service Principle authentication and configure the identity id in the server configuration.
How to migrate:
PROMITOR_AUTH_APPID
environment variableAlternative:
None.
The text was updated successfully, but these errors were encountered: