|
| 1 | +docs: |
| 2 | + - title: Proxy Quick Start |
| 3 | + description: Start here if you're experimenting with the proxy for the first time. |
| 4 | + tags: |
| 5 | + - proxy |
| 6 | + rank: '000' |
| 7 | + path: html/proxy-quick-start |
| 8 | + - title: Proxy Guide |
| 9 | + description: "Using the Proxy, including configuration, security and operation." |
| 10 | + tags: |
| 11 | + - proxy |
| 12 | + - security |
| 13 | + rank: '010' |
| 14 | + path: html/kroxylicious-proxy |
| 15 | + - title: Record Encryption Quick Start |
| 16 | + description: Start here for an encryption-at-rest solution for Apache Kafka®. |
| 17 | + tags: |
| 18 | + - security |
| 19 | + - filter |
| 20 | + rank: '011' |
| 21 | + path: html/record-encryption-quick-start |
| 22 | + - title: Kroxylicious Operator for Kubernetes |
| 23 | + description: Using the Kroxylicious Operator to deploy and run the Proxy in a |
| 24 | + Kubernetes environment. |
| 25 | + tags: |
| 26 | + - kubernetes |
| 27 | + rank: '020' |
| 28 | + path: html/kroxylicious-operator |
| 29 | + - title: Record Encryption Guide |
| 30 | + description: Using the record encryption filter to provide encryption-at-rest |
| 31 | + for Apache Kafka®. |
| 32 | + tags: |
| 33 | + - security |
| 34 | + - filter |
| 35 | + rank: '020' |
| 36 | + path: html/record-encryption-guide |
| 37 | + - title: Record Validation Guide |
| 38 | + description: "Using the record validation filter to ensure records follow certain\ |
| 39 | + \ rules, including schema and signature validity." |
| 40 | + tags: |
| 41 | + - governance |
| 42 | + - filter |
| 43 | + rank: '021' |
| 44 | + path: html/record-validation-guide |
| 45 | + - title: Multi-tenancy Guide |
| 46 | + description: Using the multi-tenancy filter to present a single Kafka® cluster |
| 47 | + as if it were multiple clusters. |
| 48 | + tags: |
| 49 | + - filter |
| 50 | + rank: '022' |
| 51 | + path: html/multi-tenancy-guide |
| 52 | + - title: Oauth Bearer Validation guide |
| 53 | + description: "Using the Oauth Bearer validation filter to validate JWT tokens\ |
| 54 | + \ received \nfrom Kafka® clients during authentication.\n" |
| 55 | + tags: |
| 56 | + - filter |
| 57 | + - security |
| 58 | + rank: '023' |
| 59 | + path: html/oauth-bearer-validation |
| 60 | + - title: SASL Inspection Guide |
| 61 | + description: Using the SASL Inspection filter to infer the client's subject from |
| 62 | + its successful authentication exchange with a broker. |
| 63 | + tags: |
| 64 | + - filter |
| 65 | + - security |
| 66 | + rank: '023' |
| 67 | + path: html/sasl-inspection-guide |
| 68 | + - title: Authorization Guide |
| 69 | + description: Using the Authorization filter to provide Kafka®-equivalent access |
| 70 | + controls within the proxy. |
| 71 | + tags: |
| 72 | + - security |
| 73 | + - filter |
| 74 | + rank: '024' |
| 75 | + path: html/authorization-guide |
| 76 | + - title: Entity Isolation Guide |
| 77 | + description: Using the entity isolation filter to give authenticated Kafka® clients |
| 78 | + a private namespace within a Kafka cluster. |
| 79 | + tags: |
| 80 | + - filter |
| 81 | + rank: '025' |
| 82 | + path: html/entity-isolation-guide |
| 83 | + - title: Connection Expiration Guide |
| 84 | + description: Using the connection expiration filter to avoid connection skew in |
| 85 | + Kubernetes environments. |
| 86 | + tags: |
| 87 | + - kubernetes |
| 88 | + - filter |
| 89 | + rank: '030' |
| 90 | + path: html/connection-expiration-guide |
| 91 | + - title: Developer Quick Start |
| 92 | + description: Start here if you're developing a filter for the first time. |
| 93 | + tags: |
| 94 | + - developer |
| 95 | + rank: '031' |
| 96 | + path: html/developer-quick-start |
| 97 | + - title: Kroxylicious Developer Guide |
| 98 | + description: Writing plugins for the proxy in the Java programming language. |
| 99 | + tags: |
| 100 | + - developer |
| 101 | + rank: '032' |
| 102 | + path: html/developer-guide |
| 103 | + - title: Kroxylicious Javadocs |
| 104 | + description: The Java API documentation for plugin developers. |
| 105 | + tags: |
| 106 | + - developer |
| 107 | + path: javadoc/index.html |
| 108 | + rank: '033' |
0 commit comments