Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Per-Model Authentication #21

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open

Per-Model Authentication #21

wants to merge 53 commits into from

Conversation

sekulicd
Copy link
Contributor

@sekulicd sekulicd commented Oct 24, 2023

Description
Security Enhancements to Backend and Prem-Services

Summary
With the implementation of this pull request, our backend internal services (i.e., premd, dnsd) and prem-services will be secured with an API key security layer. Previously, we only had basic authentication in place for prem-app access.

Changes:
API Key Security: All backend services (both internal and prem-services) now require API key authentication.

Basic Auth Removal: While basic authentication is being phased out, the installer script will still provide the username and password which will be used by prem-app to login.

Root API Key Integration: The installer script will generate a Root-Api-Key, which will be passed to authd via environment variables.

New API Endpoints: Authd now exposes specific API endpoints detailed in this documentation.

Enhancements to prem-app:

  1. Login page
  2. Create/Get prem-service api-key
  3. Access Services Using API Key

@tiero @filopedraz @Janaka-Steph

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant