You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for all your hard work on Boundary! I'm not sure if this is possible, but this issue is a feature request to validate grant strings during the terraform validate stage like the UI does. It can be annoying to find out a grant string is improperly formatted (ie includes type but shouldn't) after commit and PR during the deploy stage in CI.
My workaround has been to spin up a dev instance and create a role where I add grants to ensure they will be accepted before committing in version control.
The text was updated successfully, but these errors were encountered:
Thanks @micchickenburger and apologies for the tardy response here. Validation will have to require some kind of controller API being available. There might be a way for us to do this with our test server library, but it's not currently on the roadmap. I think the best work around is what you're currently doing. I'm relaying this to our product team so we can prioritize it. Thanks!
Hello, thanks for all your hard work on Boundary! I'm not sure if this is possible, but this issue is a feature request to validate grant strings during the
terraform validate
stage like the UI does. It can be annoying to find out a grant string is improperly formatted (ie includestype
but shouldn't) after commit and PR during the deploy stage in CI.My workaround has been to spin up a dev instance and create a role where I add grants to ensure they will be accepted before committing in version control.
The text was updated successfully, but these errors were encountered: