Skip to content

Kubernetes group separator fix in IAM tags

Jaakko Pallari requested to merge groups-delimiter-fix into master

It turns out that the tags in AWS don't support comma characters in values as pointed out in issue #1 (closed). Therefore, the separator character will have to be replaced with something else.

This commit changes the separator to the string "::" and adds an option to override with another string.

Fixes #1 (closed)

Merge request reports