getwilds / sixtyfour

🚚 CEO, entrepreneur
https://getwilds.org/sixtyfour/
Other
11 stars 2 forks source link

aws_secrets_all errors when there are no secrets #65

Closed seankross closed 7 months ago

seankross commented 7 months ago

On branch s3-iam

aws_secrets_all()
Error in `relocate()`:
! Can't select columns that don't exist.
✖ Column `arn` doesn't exist.
Run `rlang::last_trace()` to see where the error occurred.

Probably the ideal is it returns an empty tibble (like when there are no buckets)

sckott commented 7 months ago

thanks. not specific to no secrets - was filtering to a certain element being present, but I dont think that's necessary, plus another fix

sckott commented 7 months ago

should be fixed