-
Notifications
You must be signed in to change notification settings - Fork 422
docs: update AWS KMS guide for op-alt-da v0.12.0 #2398
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
base: main
Are you sure you want to change the base?
Conversation
- Update guide to use v0.12.0+ which changes KMS configuration - Remove cel-key workflow (no longer needed for key import) - Remove deprecated config fields: alias_prefix, auto_create, import_key_name, import_key_hex - Add new workflow: create KMS key directly via AWS CLI - Update default_key_name to use full alias path format - Use "POST and get error" approach to discover Celestia address - Fix curl commands to suppress binary output warnings (-s -o /dev/null) - Add IAM policy and production setup instructions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary of ChangesHello @jcstein, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly refines the AWS KMS integration guide for Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request provides a significant update to the AWS KMS guide for op-alt-da, aligning it with the changes in v0.12.0. The new workflow is much clearer and simpler, especially the method for discovering the Celestia address. The removal of deprecated fields and the addition of production setup instructions, including an IAM policy example, are excellent improvements.
I've added a few minor suggestions to improve the clarity and correctness of the code examples in the documentation. These are mostly related to removing unnecessary trailing backslashes in shell commands and clarifying a point about AWS KMS alias naming conventions.
|
🚀 Preview Deployment Your preview is ready: https://celestiaorg.github.io/docs-preview/pr-2398/ |
Summary
Updates the AWS KMS guide for op-alt-da to reflect changes in v0.12.0:
alias_prefix,auto_create,import_key_name,import_key_hexECC_SECG_P256K1specdefault_key_nameto use full alias path format (e.g.,alias/op-alt-da/celestia_key)-s -o /dev/null)Test plan
🤖 Generated with Claude Code