Mason Malone

Results 19 issues of Mason Malone

Fixes #12041 ### Motivation When using [SSO RBAC Namespace Delegation](https://argo-workflows.readthedocs.io/en/latest/argo-server-sso/#sso-rbac-namespace-delegation), there's currently no way of seeing which service account maps to the user in a given namespace. This can be...

area/api
area/ui

Partial fix for #10807 ### Motivation Occasionally, tests are being canceled due to exceeding the 30 minute timeout. Example: https://github.com/argoproj/argo-workflows/actions/runs/11358993638/job/31594490093 While there are optimizations we can make to the test...

area/build

### Motivation When working on the DB locally, it's sometimes necessary to make backups, particularly when testing schema migrations (e.g. https://github.com/argoproj/argo-workflows/issues/13601). This is similar to https://github.com/argoproj/argo-workflows/pull/13715, and I thought about...

area/build
area/workflow-archive
area/contributing

### Motivation This adds a small CLI tool for developers to use when working with the DB locally. It provides two functions: 1. Explicitly migrate the DB (which is normally...

area/build
area/workflow-archive
area/contributing

Fixes #10946 and Fixes #11465 ### Motivation Submitting a workflow with a variable reference that points to a label or annotation that comes from `workflowDefaults` will always fail with an...

area/api
area/server

Fixes #13031 ### Motivation When running Argo in plain text mode behind a TLS termination proxy with SSO enabled, you will always be redirected to the workflows page after logging...

type/security
area/ui
area/sso-rbac

v0.1.28 (specifically, https://github.com/kitproj/kit/commit/0c288100d7e6da2715de3e140a76f37910ca1465) changed the `watch` attribute so the `workingDir` is automatically prepended to each file. I think that change makes sense, but unfortunately it's backwards-incompatible, since it means the...

Partial fix for #5114. After this is merged, I'll update [Workflow Variables](https://argo-workflows.readthedocs.io/en/stable/variables/) and [Security](https://argo-workflows.readthedocs.io/en/latest/security/) to add warnings about this. Also, I'll fix the examples currently using interpolation in a shell...

type/security
area/templating

`mounts` is not a valid attribute in Docker Compose files. I'm assuming this is a typo for [`volumes`](https://docs.docker.com/reference/compose-file/services/#volumes). This matches the [VS Code documentation](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_use-docker-compose) (which has a broken link that...