Skip to content

eclipse-csi/pia

Project Identity Authority (PIA)

Authenticates Eclipse Foundation projects using OpenID Connect (OIDC).

See Design Document for details.

Contributing

Development Setup

PIA uses uv for Python project management.

  1. Clone and changew into repository:

    git clone https://github.com/eclipse-csi/pia.git && cd pia
  2. Install dependencies:

    uv sync --all-extras

Running Tests

Run the full test suite with pytest:

uv run pytest                             # all tests
uv run pytest -v                          # verbose output
uv run pytest tests/test_main.py          # specific test
uv run pytest --cov=pia                   # with coverage

Code Quality

Lint and check format

uv run ruff check && uv run ruff format --check

Auto-fix linting issues and auto-format

uv run ruff check --fix && uv run ruff format

About

Project Identity Authority (PIA) authenticates Eclipse Foundation projects using OpenID Connect (OIDC).

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors