Skip to content

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