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

Change proto1 to operate over stdin #35

Open
sam-berning opened this issue Feb 15, 2024 · 0 comments
Open

Change proto1 to operate over stdin #35

sam-berning opened this issue Feb 15, 2024 · 0 comments
Assignees

Comments

@sam-berning
Copy link
Contributor

Context

It's possible with the CLI-only interface for proto1 that a settings extension command with large JSON values would exceed the max command buffer size on bottlerocket, 128KB.

In order to avoid this issue, we should change proto1 to accept input from stdin.

Definition of done

Settings extensions accept the following input mode:

echo '{"some": "json"}' | extension proto1 set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant