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

Make CLI structures private #1361

Open
2 tasks
cdisselkoen opened this issue Dec 6, 2024 · 0 comments
Open
2 tasks

Make CLI structures private #1361

cdisselkoen opened this issue Dec 6, 2024 · 0 comments
Labels
internal-improvement Refactoring, minor performance improvement, or other changes that Cedar users may never notice

Comments

@cdisselkoen
Copy link
Contributor

Describe the improvement you'd like to request

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
@cdisselkoen cdisselkoen added the internal-improvement Refactoring, minor performance improvement, or other changes that Cedar users may never notice label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal-improvement Refactoring, minor performance improvement, or other changes that Cedar users may never notice
Projects
None yet
Development

No branches or pull requests

1 participant