iam-controller
iam-controller copied to clipboard
ACK service controller for AWS Identity and Access Management (IAM)
Description of changes: Added relevant description to `inlinePolicies` field. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
### Update to ACK runtime `v0.36.0`, code-generator `v0.36.0` ---------- * ACK code-generator `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.36.0) * ACK runtime `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.36.0) ---------- NOTE: This PR increments the release version of...
chart name should be iam-controller and not iam-chart based on the folder name Issue #, if available: Description of changes: By submitting this pull request, I confirm that my contribution...
ACK Agent changes adding LoginProfile to iam-controller
ACK Agent changes adding SAMLProvider to iam-controller
This PR updates controller src and test files to the Ready condition: - Run code generation - Update test infra commit id - Replace `ACK.ResourceSynced` → `Ready` - Replace `assert_synced`...
Description of changes: Why remove `cpu` limits: Setting CPU limits in Kubernetes can lead to unnecessary throttling due to how the Linux kernel enforces cgroup quotas. When a container hits...
Description of changes: Currently the controller attaches policies to Role 30 seconds after creating them. These changes attach the policies immediately after Role creation. By submitting this pull request, I...