Skip to content

Commit

Permalink
Merge pull request #54 from za/add-heading-on-required-permissions
Browse files Browse the repository at this point in the history
Added heading two and three while describing required permissions
  • Loading branch information
dorukozturk authored Jul 19, 2024
2 parents 6183145 + deaba28 commit fe50f9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ rules:
- avoid_running_singleton_pods
```

**RBAC**:
## RBAC

In order to run hardeneks we need to have some permissions both on AWS side and k8s side.

Minimal IAM role policy:
### Minimal IAM role policy

```json
{
Expand Down Expand Up @@ -185,7 +185,7 @@ Minimal IAM role policy:
}
```

Minimal ClusterRole:
### Minimal ClusterRole

```yaml
kind: ClusterRole
Expand Down

0 comments on commit fe50f9b

Please sign in to comment.