Skip to content

Commit

Permalink
relock yarn.lock, add package-lock to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Aug 25, 2023
1 parent de4c8b6 commit 598a143
Show file tree
Hide file tree
Showing 5 changed files with 2,750 additions and 16,183 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ yarn-debug.log*
yarn-error.log*

.idea
package-lock.json
2 changes: 1 addition & 1 deletion docs/quick-tutorials/k8s-kafka-mtls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Make sure you also include the **`--set intentsOperator.operator.enableNetworkPo
We will deploy a Kafka broker using Bitnami's [Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/kafka).
In the chart we will configure Kafka to:
- Recognize the Otterize intents operator as a super user so it can configure ACLs;
- Use TLS (Kafka calls it SSL) for its listeners;
- Use TLS/SSL for its listeners;
- Tell the Otterize credentials operator, via pod annotations, how credentials should be created;
- Authenticate clients using mTLS credentials provided as a Kubernetes secret; and
- Allow access to any topic by default unless denied by an ACL (achieved using `allowEveryoneIfNoAclFound: true`).
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-visual-tutorials/visual-ibac-kafka-k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ But in this tutorial, we'll deploy them a bit differently, as we'll want to add

For the Kafka service, we'll use Bitnami's [Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/kafka) configured to:
- Recognize the Otterize intents operator as a super user so it can configure ACLs;
- Use TLS (Kafka calls it SSL) for its listeners;
- Use TLS/SSL for its listeners;
- Tell the Otterize credentials operator, via pod annotations, how credentials should be created; and
- Authenticate clients using mTLS credentials provided as a Kubernetes secret

Expand Down
Loading

0 comments on commit 598a143

Please sign in to comment.