Skip to content

fix: secure cookie setting #171

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

Merged
merged 1 commit into from
Jul 11, 2025
Merged

Conversation

bernielomax
Copy link
Contributor

@bernielomax bernielomax commented Jul 11, 2025

The v1 Helm chart expects the secure cookie value as a string, not a boolean. A previous change in Abctl converted "true"/"false" to booleans, which broke this setting. This commit ensures the override value is treated as a string and adds tests to verify the behavior.

When using default values (no --insecure-cookies flag):
Screenshot 2025-07-11 at 9 46 45 AM

When setting the --insecure-cookies flag:
Screenshot 2025-07-11 at 9 45 27 AM

The v1 Helm chart expects the secure cookie value as a string, not a
boolean. A previous change in Abctl converted "true"/"false" to booleans,
which broke this setting. This commit ensures the override value is
treated as a string and adds tests to verify the behavior.
@bernielomax bernielomax requested a review from a team as a code owner July 11, 2025 16:52
@bernielomax bernielomax requested a review from perangel July 11, 2025 16:52
@bernielomax bernielomax merged commit 7135fc4 into main Jul 11, 2025
3 checks passed
@bernielomax bernielomax deleted the bernielomax/fix/secure-cookie-setting branch July 11, 2025 18:08
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