Updates the ARN resolver to return an error if the ARN format is not generally valid. This prevents a index out of range panic in kiam when splitting the string into parts (via roleFromArn), which generally leads to kiam unable to sync the pod cache.
Updates the ARN resolver to return an error if the ARN format is not generally valid. This prevents a index out of range panic in kiam when splitting the string into parts (via
roleFromArn
), which generally leads to kiam unable to sync the pod cache.