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
Structures like AuthorizeArgs and SchemaArgs in cedar_policy_cli should be private or pub(crate) -- not exposed to external users. Perhaps this should be a binary-only crate, with no public library. Existing integration tests might have to migrate to "unit tests" for this change to work.
Describe alternatives you've considered
No response
Additional context
No response
Is this something that you'd be interested in working on?
👋 I may be able to implement this internal improvement
⚠️ This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Describe the improvement you'd like to request
Structures like
AuthorizeArgs
andSchemaArgs
incedar_policy_cli
should be private orpub(crate)
-- not exposed to external users. Perhaps this should be a binary-only crate, with no public library. Existing integration tests might have to migrate to "unit tests" for this change to work.Describe alternatives you've considered
No response
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: