Skip to content

Implement admin interface over uds #697

@gtema

Description

@gtema

Initial bootstrap and other maintenance commands for keystone must have rely on the service API instead of writing to the DB manually bypassing control flows. It makes sense for keystone to establish also a Unix socket as an admin interface. This way there are:

  • axum over http (public interface)
  • axum over spiffe mtls (internal interface)
  • raft over mtls (consensus raft, not usable by clients)
  • axum over uds (admin interface)

This way additional level of protection for certain functions can be achieved

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions