-
Notifications
You must be signed in to change notification settings - Fork 22
Always add parseTime=true for mysql query string #352
Conversation
Could you show the printout of the template in the PR description. Looks good, but hard to judge without seeing the result. |
If it really is always needed, I'm good with it. Are there times where it may not? If you say, point it against vitess does it still need the flag? It would be good to get a confirmation with the spire devs on this flag if not already done? |
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* f4c421a Ensure the released OCI artifact is also captured in rekor * 386e736 Bump sigstore/cosign-installer from 3.0.5 to 3.1.0 (#368) * 99e01c6 Bump spire-controller-manager from 0.2.2 to 0.2.3 (#367) * 4dccb0d Bump spire Helm Chart version from 0.9.0 to 0.9.1 (#365) * 8409674 Fix the init container flags of the statefulset (#366) * 3b66660 add missing federatesWith option (#361) * 0533d92 fixes missing template (#362) * 1333b6a Always add parseTime=true for mysql query string (#352) * ac3be71 Bump test chart dependencies (#358) Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
* f4c421a Ensure the released OCI artifact is also captured in rekor * 386e736 Bump sigstore/cosign-installer from 3.0.5 to 3.1.0 (#368) * 99e01c6 Bump spire-controller-manager from 0.2.2 to 0.2.3 (#367) * 4dccb0d Bump spire Helm Chart version from 0.9.0 to 0.9.1 (#365) * 8409674 Fix the init container flags of the statefulset (#366) * 3b66660 add missing federatesWith option (#361) * 0533d92 fixes missing template (#362) * 1333b6a Always add parseTime=true for mysql query string (#352) * ac3be71 Bump test chart dependencies (#358) Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
If
parseTime=true
is not present spire server will error. This pr ensures that it is always present when mysql db is used, rather than leaving it to use to add it tooptions:
.