Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with oathkeeper via forward-auth interface #275

Merged
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
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# See LICENSE file for licensing details.

options:
enable_experimental_forward_auth:
description: |
Enables `forward-auth` middleware capabilities required to set up Identity and Access Proxy.
This feature is experimental and may be unstable.
type: boolean
default: False
external_hostname:
description: |
The DNS name to be used by Traefik ingress.
Expand Down
1 change: 0 additions & 1 deletion lib/charms/harness_extensions/v0/capture_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ def capture(charm: CharmBase, typ_: Type[_T] = EventBase) -> Iterator[Captured[_
event = captured[0]
assert isinstance(event, typ_), f"expected {typ_}, not {type(event)}"
result.event = event

Loading
Loading