Skip to content

fix: remove usage of tty to avoid introducing \r#661

Merged
visortelle merged 1 commit intoapache:masterfrom
soyji:fix/cert-generator.sh
Mar 7, 2026
Merged

fix: remove usage of tty to avoid introducing \r#661
visortelle merged 1 commit intoapache:masterfrom
soyji:fix/cert-generator.sh

Conversation

@soyji
Copy link
Contributor

@soyji soyji commented Mar 3, 2026

Fixes #

Motivation

Fix #660

Modifications

Describe the modifications you've done.

Verifying this change

  • Make sure that the change passes the CI checks.

@soyji
Copy link
Contributor Author

soyji commented Mar 3, 2026

Fixes #660

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR addresses Issue #660 by preventing carriage return (\r) characters from being introduced into generated JWT tokens during Helm release preparation.

Changes:

  • Remove TTY allocation (-t) from docker run invocations used to generate symmetric and asymmetric JWT tokens.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@visortelle visortelle merged commit b463382 into apache:master Mar 7, 2026
39 checks passed
@visortelle
Copy link
Member

@soyji thanks for the contribution!

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.

when running prepare_helm_release.sh for generating token in kubernetes, a extra \r is introduced into the tokens

3 participants