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:
|
OIDC authentication is currently supported for the following components:
|
||||||
|
|
||||||
- Brokers:
|
- Brokers:
|
||||||
- [MTChannelBasedBroker](./../brokers/broker-types/channel-based-broker/)
|
- [MTChannelBasedBroker](./../../brokers/broker-types/channel-based-broker/)
|
||||||
- [Knative Broker for Apache Kafka](./../brokers/broker-types/kafka-broker/)
|
- [Knative Broker for Apache Kafka](./../../brokers/broker-types/kafka-broker/)
|
||||||
- Channels:
|
- Channels:
|
||||||
- InMemoryChannel
|
- [InMemoryChannel](./../../channels/channels-crds/)
|
||||||
- KafkaChannel
|
- [KafkaChannel](./../../channels/channels-crds/)
|
||||||
- Sources:
|
- Sources:
|
||||||
- [ApiServerSource](./../sources/apiserversource/)
|
- [ApiServerSource](./../../sources/apiserversource/)
|
||||||
- [PingSource](./../sources/ping-source/)
|
- [PingSource](./../../sources/ping-source/)
|
||||||
- [KafkaSource](./../sources/kafka-source/)
|
- [KafkaSource](./../../sources/kafka-source/)
|
||||||
|
|
||||||
## Sender Identity Configuration
|
## Sender Identity Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue