Skip to content

Commit

Permalink
Add Cloud integration references to docs (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
otterobert committed Apr 13, 2024
1 parent cd38102 commit 4466200
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/getting-started/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ export const features = [
icon: '/img/icons/aws.png',
url: '/features/aws-iam/'
},
{
title: 'GCP IAM',
icon: '/img/icons/gcp.png',
url: '/features/gcp-iam/'
},
{
title: 'Azure IAM',
icon: '/img/icons/azure.png',
url: '/features/azure-iam/'
},
{
title: 'Kafka',
icon: '/img/icons/kafka-no-word-mark.svg',
Expand Down
21 changes: 21 additions & 0 deletions docs/reference/configuration/intents-operator/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,27 @@ This meant that if you had no network policies on a pod, and created ClientInten

This behavior can be disabled using the Helm chart's values.

### AWS IAM
The intents operator enables automatic management of AWS IAM roles and policies according to the
declared intents. It works together with the [Otterize credentials operator](/reference/configuration/credentials-operator) to easily enable secure access
to AWS cloud resources from client pods, all in your Kubernetes cluster.

Try the [AWS IAM tutorial](https://docs.otterize.com/quickstart/access-control/aws-iam-eks) to learn more.

### Azure IAM
The intents operator enables automatic management of Azure managed identities and role assignments according to the
declared intents. It works together with the [Otterize credentials operator](/reference/configuration/credentials-operator) to easily enable secure access
to Azure cloud resources from client pods, all in your Kubernetes cluster.

Try the [Azure IAM tutorial](https://docs.otterize.com/features/azure-iam/tutorials/azure-iam-aks) to learn more.

### Google Cloud IAM
The intents operator enables automatic management of Google Cloud service accounts and policies according to the
declared intents. It works together with the [Otterize credentials operator](/reference/configuration/credentials-operator) to easily enable secure access
to Azure cloud resources from client pods, all in your Kubernetes cluster.

Try the [GCP IAM tutorial](https://docs.otterize.com/features/gcp-iam/tutorials/gcp-iam-gke) to learn more.

### Kafka mTLS & ACLs
The intents operator automatically creates, updates, and deletes ACLs in Kafka clusters running within your Kubernetes cluster according to the declared intents. It does not modify other ACLs. It works together with the [Otterize credentials operator](/reference/configuration/credentials-operator) to easily enable secure access to Kafka from client pods, all in your Kubernetes cluster.

Expand Down

0 comments on commit 4466200

Please sign in to comment.