redradrat / aws-iam-operator

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

Support for tags? #20

Open jayzalowitz opened 3 years ago

jayzalowitz commented 3 years ago

https://github.com/redradrat/aws-iam-operator/blob/54e6ee578c70905a8312aa20102a25b0fcb04358/api/v1beta1/role_types.go#L24

I cant find tags around this and that would be super nice.

jayzalowitz commented 3 years ago

Crossplane does it via: https://github.com/crossplane/provider-aws/blob/90e61a10af5748e9b712b7fb3801cbc7bdcf9f36/pkg/clients/iam/iamrole.go#L87-L95

redradrat commented 3 years ago

Gotcha... should ideally be there. Should be a fairly easy improvement.