Anton Gilgur

Results 766 comments of Anton Gilgur

No. Any updates would be in the issue. Please see https://sindresorhus.com/blog/issue-bumping. You also did not fill out the [bug report template](https://github.com/argoproj/argo-workflows/blob/v3.5.0/.github/ISSUE_TEMPLATE/bug_report.yaml), which does not help. > This error is thrown...

Thanks for the update @mfabbri. Could you please add code blocks and syntax highlighting (i.e. ```yaml) to your comment? It looks like it wasn't formatted correctly. So you're still having...

I think I might have found the issue. #10953 merely bumped `go-git`, but it actually requires some code on our side to add to workaround the Azure issue. https://github.com/go-git/go-git/pull/613 did...

Can you elaborate on what you mean by "managed identity"? That's not a standardized term. It would also be helpful to elaborate on what kind of configuration you would like...

Follow-up to [this Slack thread](https://cloud-native.slack.com/archives/C01QW9QSSSK/p1709226538171719?thread_ts=1709226538.171719&cid=C01QW9QSSSK) > * The `secure` variable is set to false because `opts.TLSConfig` is nil, indicating that Argo Server is not terminating TLS. Instead, a reverse proxy...

Workaround is to use a self-signed cert on the Server with `secure: true`, per the Slack thread

> I think that grouping by template is only one option but if we go to that direction we should allow a more generic way to group. It would be...

Can confirm that moving to a `postCreateCommand` fixed it (see https://github.com/argoproj/argo-workflows/pull/11981), though I'm not sure why `kit` runs indefinitely when used as an `onCreateCommand`

For reference, Task has this built into [its spec](https://taskfile.dev/api/#taskfile-schema). You can list one or multiple env files under the `dotenv` keyword at both the top-level and the task level. I...

> so we could use the modtime. I think this is what Make does. Yes that's what I wrote above. Although modtime is imperfect as it will trigger when you...