secrethub / secrethub-cli

A secrets management platform that every engineer can use with minimal code changes.
https://secrethub.io
Apache License 2.0
135 stars 23 forks source link

Skip path if the person in org does not have any permissions #380

Closed edif2008 closed 3 years ago

edif2008 commented 3 years ago

Before the migration tool would fail if the path was not valid. Sometimes, the path is valid (e.g. a repo), however the user does not have any permissions set for that specific repo, even though they are a member of the organization owning the repo.

Now the migration tool will just skip it with a warning.