Skip to content

feat: age provider#1

Open
0xgleb wants to merge 3 commits into
mainfrom
feat/age-provider
Open

feat: age provider#1
0xgleb wants to merge 3 commits into
mainfrom
feat/age-provider

Conversation

@0xgleb

@0xgleb 0xgleb commented Jun 16, 2026

Copy link
Copy Markdown
Member

No description provided.

0xgleb added 2 commits June 13, 2026 11:23
Stores each secret as an age-encrypted file at <dir>/<project>/<profile>/<key>.age, encrypted to SSH recipient public keys and decrypted in memory with an SSH identity. It needs no desktop session and writes no plaintext to disk, so it suits headless servers and interoperates with existing SSH-key/age workflows. Gated behind the 'age' feature (in the default set); writes and generation require a recipients file, otherwise the provider is read-only.
Add the age provider doc page and list it across the provider catalog (concepts table, reference section + security table, sidebar, landing page, quick-start, README).
@0xgleb 0xgleb self-assigned this Jun 16, 2026
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@0xgleb, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 9 minutes and 51 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1c328bb7-e619-4e8a-a2df-d85ac2da7e90

📥 Commits

Reviewing files that changed from the base of the PR and between efdf169 and ed3b92c.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (12)
  • CHANGELOG.md
  • Cargo.toml
  • docs/astro.config.ts
  • docs/src/content/docs/concepts/providers.md
  • docs/src/content/docs/providers/age.md
  • docs/src/content/docs/quick-start.mdx
  • docs/src/content/docs/reference/providers.md
  • docs/src/pages/index.astro
  • secretspec/Cargo.toml
  • secretspec/README.md
  • secretspec/src/provider/age.rs
  • secretspec/src/provider/mod.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/age-provider

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

# Conflicts:
#	CHANGELOG.md
#	docs/src/pages/index.astro
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

Successfully merging this pull request may close these issues.

1 participant