Skip to content

Commit

Permalink
docs: add missing resources (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Apr 2, 2024
1 parent dfa658b commit 0e6656e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/docs/api-reference/examples/kafkaschemaregistryacl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: aiven.io/v1alpha1
kind: KafkaSchemaRegistryACL
metadata:
name: my-kafka-schema-registry-acl
spec:
authSecretRef:
name: aiven-token
key: token

project: aiven-project-name
serviceName: my-kafka
resource: Subject:my-topic
username: my-user
permission: schema_registry_read
19 changes: 19 additions & 0 deletions docs/docs/api-reference/kafkaschemaregistryacl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
title: "KafkaSchemaRegistryACL"
---

## Usage example

```yaml
apiVersion: aiven.io/v1alpha1
kind: KafkaSchemaRegistryACL
metadata:
name: my-kafka-schema-registry-acl
spec:
authSecretRef:
name: aiven-token
key: token

project: aiven-project-name
serviceName: my-kafka
resource: Subject:my-topic
username: my-user
permission: schema_registry_read
```
## KafkaSchemaRegistryACL {: #KafkaSchemaRegistryACL }
KafkaSchemaRegistryACL is the Schema for the kafkaschemaregistryacls API.
Expand Down
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ nav:
- api-reference/index.md
- api-reference/cassandra.md
- api-reference/clickhouse.md
- api-reference/clickhousedatabase.md
- api-reference/clickhouseuser.md
- api-reference/connectionpool.md
- api-reference/database.md
Expand All @@ -97,6 +98,7 @@ nav:
- api-reference/kafkaconnect.md
- api-reference/kafkaconnector.md
- api-reference/kafkaschema.md
- api-reference/kafkaschemaregistryacl.md
- api-reference/kafkatopic.md
- api-reference/mysql.md
- api-reference/opensearch.md
Expand Down

0 comments on commit 0e6656e

Please sign in to comment.