Skip to content

Commit

Permalink
Add list with OIDC authn supporting eventing components (#5941)
Browse files Browse the repository at this point in the history
* Add list with OIDC authn supporting eventing components

* Fix indent

* Remove links to GH pages for channels
  • Loading branch information
creydr authored Apr 22, 2024
1 parent f059ce2 commit 9285920
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/eventing/experimental-features/sender-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ Knative Eventing Souces request an OIDC access token for the targets audience an
!!! note
To not provide the access token in cleartext over the wire, transport-encryption should be enabled as well. Take a look at [Transport-Encryption](./transport-encryption.md), which explains how to enable the transport encryption feature flag.

## Compatibility

OIDC authentication is currently supported for the following components:

- Brokers:
- [MTChannelBasedBroker](./../brokers/broker-types/channel-based-broker/)
- [Knative Broker for Apache Kafka](./../brokers/broker-types/kafka-broker/)
- Channels:
- InMemoryChannel
- KafkaChannel
- Sources:
- [ApiServerSource](./../sources/apiserversource/)
- [PingSource](./../sources/ping-source/)
- [KafkaSource](./../sources/kafka-source/)

## Sender Identity Configuration

The possible values for `authentication-oidc` are:
Expand Down

0 comments on commit 9285920

Please sign in to comment.