-
Notifications
You must be signed in to change notification settings - Fork 427
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
feat: identifier validation #2269
Conversation
c8d1163
to
eb49315
Compare
Integration tests failure for c8d11638c340c16034ec4a8013c886ded420cf69 |
Integration tests failure for eb49315ed5fe60766f1e250ce869b8b6327ae594 |
Integration tests failure for 0afa2918d7e35bf43c896c05d520512d7926c056 |
Integration tests failure for 0aafa88f64a6ee5c5c7a19346adb49df4d9cc029 |
Integration tests success for 2d856b387ba4187551dd9fa2f666fae132b9da94 |
Integration tests failure for ad761c82cd5e6232553489dea42ee3c20cb8f15c |
Integration tests failure for ac28b62b8ad39a526ac376a61f7e84fff1a24bd8 |
Integration tests failure for f2701f87c4815f436df46c8ceac7804c42bf858a |
This PR introduces a function that validates identifiers and prints readable error messages that sometimes may be able to help resolve the common issue of specifying identifiers incorrectly (especially in grant resources).
The validator will be used in the follow-up pull requests.
Test Plan