mirror of https://github.com/knative/docs.git
* fix broken links * added links for Channels section
This commit is contained in:
parent
cbaae40315
commit
fa69c28464
|
@ -26,15 +26,15 @@ Knative Eventing Souces request an OIDC access token for the targets audience an
|
|||
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/)
|
||||
- [MTChannelBasedBroker](./../../brokers/broker-types/channel-based-broker/)
|
||||
- [Knative Broker for Apache Kafka](./../../brokers/broker-types/kafka-broker/)
|
||||
- Channels:
|
||||
- InMemoryChannel
|
||||
- KafkaChannel
|
||||
- [InMemoryChannel](./../../channels/channels-crds/)
|
||||
- [KafkaChannel](./../../channels/channels-crds/)
|
||||
- Sources:
|
||||
- [ApiServerSource](./../sources/apiserversource/)
|
||||
- [PingSource](./../sources/ping-source/)
|
||||
- [KafkaSource](./../sources/kafka-source/)
|
||||
- [ApiServerSource](./../../sources/apiserversource/)
|
||||
- [PingSource](./../../sources/ping-source/)
|
||||
- [KafkaSource](./../../sources/kafka-source/)
|
||||
|
||||
## Sender Identity Configuration
|
||||
|
||||
|
|
Loading…
Reference in New Issue