Skip to content

Add secret auth flow flag#323

Merged
timothyF95 merged 20 commits intomainfrom
add-secret-auth-flow-flag
Mar 24, 2026
Merged

Add secret auth flow flag#323
timothyF95 merged 20 commits intomainfrom
add-secret-auth-flow-flag

Conversation

@timothyF95
Copy link
Copy Markdown
Contributor

No description provided.

}

// Execute performs: build request → (MSIG step 1 bundle OR EOA allowlist+post) → parse.
func Execute(h *common.Handler, namespace string, duration time.Duration, ownerType string) error {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Note: ownerType was previously unused

@timothyF95 timothyF95 marked this pull request as ready for review March 24, 2026 13:20
@timothyF95 timothyF95 requested a review from a team as a code owner March 24, 2026 13:20
method string,
duration time.Duration,
ownerType string,
secretsAuth string,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

ownerType param wasn't used anywhere in secret commands?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, it was pulled directly from the runtime context rather than passed as a param. I think this was leftover from a previous change

@timothyF95 timothyF95 added this pull request to the merge queue Mar 24, 2026
Merged via the queue into main with commit d3c2d8f Mar 24, 2026
26 checks passed
@timothyF95 timothyF95 deleted the add-secret-auth-flow-flag branch March 24, 2026 15:00
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.

2 participants