Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Ignore changelog from codeowner requests
docs/changelog.md

docs/* @erinecon
4 changes: 4 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ requires:
receive-ca-certs:
interface: certificate_transfer
description: Receive a CA certs for haproxy to trust.
spoe-auth:
interface: spoe-auth
description: Relation to provide authentication proxy to HAProxy.
limit: 1

provides:
ingress:
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Each revision is versioned by the date of the revision.

- Added GitHub workflow that checks whether a pull request contains a change artifact.

## 2025-11-13

- Added the `spoe-auth` library and requirer/provider class implementation.

## 2025-11-12

- Updated the haproxy-route library to add the `allow_http` attribute.
Expand Down
15 changes: 15 additions & 0 deletions docs/release-notes/artifacts/pr0229.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# --- Release notes change artifact ----

schema_version: 1
changes:
- title: Add SPOE Auth interface library
author: tphan025
type: major
description: |
Add the `charms.haproxy.v0.spoe_auth` library to enable SPOE authentication integration.
urls:
pr: https://github.com/canonical/haproxy-operator/pull/229
related_doc:
related_issue:
visibility: public
highlight: false
Loading
Loading