Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_secrets_all errors when there are no secrets #65

Closed
seankross opened this issue Apr 4, 2024 · 2 comments
Closed

aws_secrets_all errors when there are no secrets #65

seankross opened this issue Apr 4, 2024 · 2 comments
Assignees
Labels
bug 🐞 Something isn't working
Milestone

Comments

@seankross
Copy link
Collaborator

seankross commented Apr 4, 2024

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)

@seankross seankross added the bug 🐞 Something isn't working label Apr 4, 2024
@sckott sckott added this to the v0.1 milestone Apr 4, 2024
@sckott
Copy link
Member

sckott commented Apr 4, 2024

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 added a commit that referenced this issue Apr 4, 2024
@sckott
Copy link
Member

sckott commented Apr 4, 2024

should be fixed

@sckott sckott closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants