Skip to content

Conversation

benashz
Copy link
Collaborator

@benashz benashz commented Sep 5, 2024

Previously, spec.timeout was a *metav1.Duration. This caused some challenges when creating/updating VaultConnection instances via VSO's API, when the value was 60s or greater the marshalled value would no longer be in valid duration notation and the API request would fail during field validation.

@benashz benashz requested a review from a team as a code owner September 5, 2024 20:27
Previously, spec.timeout was a *metav1.Duration. This caused some
challenges when creating/updating VaultConnection instances via VSO's
API, when the value was 60s or greater the marshalled value would no
longer be in valid duration notation and the API request would fail
during field validation.
@benashz benashz force-pushed the VAULT-30687/fix-vc-make-spec-timeout-a-string branch from 6d52ae0 to b2ab358 Compare September 5, 2024 20:29
@benashz benashz added this to the v0.9.0 milestone Sep 5, 2024
Copy link

@HamzaShili65 HamzaShili65 left a comment

Choose a reason for hiding this comment

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

LGTM!

@benashz benashz merged commit edd7826 into main Sep 5, 2024
43 checks passed
@benashz benashz deleted the VAULT-30687/fix-vc-make-spec-timeout-a-string branch September 5, 2024 20:45
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