Skip to content

feat: removed secret rotation v1#6105

Open
akhilmhdh wants to merge 2 commits intomainfrom
chore/remove-rotation
Open

feat: removed secret rotation v1#6105
akhilmhdh wants to merge 2 commits intomainfrom
chore/remove-rotation

Conversation

@akhilmhdh
Copy link
Copy Markdown
Member

Context

This PR removes secret rotation v1 completely from our system. This is no longer needed and secret rotation v2 is our go to. Rotation v1 was not machine identity usable and the api was broken long time back.

Screenshots

Steps to verify the change

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

  • Title follows the conventional commit format: type(scope): short description (scope is optional, e.g., fix: prevent crash on sync or fix(api): handle null response).
  • Tested locally
  • Updated docs (if needed)
  • Updated CLAUDE.md files (if needed)
  • Read the contributing guide

@maidul98
Copy link
Copy Markdown
Collaborator

maidul98 commented Apr 21, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Comment thread backend/src/queue/queue-service.ts
Comment thread backend/src/db/migrations/20240102152111_secret-rotation.ts
@akhilmhdh akhilmhdh requested review from varonix0 and removed request for scott-ray-wilson April 21, 2026 14:11
import { dropOnUpdateTrigger } from "../utils";

export async function up(knex: Knex): Promise<void> {
const hasRotationOutputTable = await knex.schema.hasTable(TableName.DeprecatedSecretRotationOutput);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure we wanna do this here? It's very destructive, we might want to keep it around for a week?

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.

3 participants