redradrat / aws-iam-operator

AWS IAM Operator for Kubernetes
Apache License 2.0
32 stars 7 forks source link

Support for attaching externally created policies #32

Closed Moulick closed 1 year ago

Moulick commented 1 year ago
  1. Add support for attaching externally created policies
  2. Move context.context to be the first parameter as per standard go convention
  3. add -s -w to reduce the compiled binary size (20% decrease)
  4. Change fmt.Errorf(fmt.Sprintf()) to fmt.Errorf() as not needed.