Alex Collins
Alex Collins
I think you mean it is a clone of #6662. I think it might be more difficult. I think we store parameters in the workflows status. But, we should not...
Could you please provide more info? Which secrets? Which logs?
The redaction would be done on this line: https://github.com/argoproj/argo-workflows/blob/92b3ef27af7a7e6b930045e95072a47c8745b1d3/util/logs/pods-logger.go#L60 Add a new environment variable `ARGO_LOGS_REGSUB` the operator can configure. This is a regsub that is applied to `data` to redact...
Work-around - delete the bad workflow.
I don't understand this issue. What is the actual bug?
Cookie is compressed already. Browsers only allow 4k of cookie in total. I.e. you cannot split the cookie. Work-around - user should remove some groups. The only solution is to...
Bala and I saw today that a commit to sso.go copied the entire claimns into the argo issued JWE. This will >=2x the size of the JWE: https://github.com/argoproj/argo-workflows/blob/9d66b69f0bca92d7ef0c9aa67e87a2e334797530/server/auth/sso/sso.go#L280 This was...
I get that. I’m just not sure we need to populate it on this specific line of code. The groups are copied into the Group field.
The `workflow` column is a copy of the workflow. I can't see how this could happen. Please share archived workflow.
I don't think this is either Helm or Argo issue: ``` OwnerReferencesPermissionEnforcement This admission controller protects the access to the metadata.ownerReferences of an object so that only users with "delete"...