Aravind SV
Aravind SV
Yes, a bit of a minefield. It'll be a little hard to think of the effects of making this change. The fingerprint decided based on the config information, at runtime,...
@Deunze It's not clear what the question is. Do you mind showing some real snippets from the config and explaining what is happening?
This is a bug in urlrewrite, similar to [this one](https://github.com/paultuckey/urlrewritefilter/issues/27). [This call](https://github.com/paultuckey/urlrewritefilter/blob/3.2.0/src/java/org/tuckey/web/filters/urlrewrite/RuleBase.java#L248) causes this problem when passed in a string with braces in it. ```java FunctionReplacer.replace("escape:{runtime}/release/abcd") => "{runtime/release/abcd}" ``` ......
@Deunze Easiest thing currently would be to remove the braces for now. Even by changing/escaping that path, it looks like it'll not get the right path.
@sheroy Regarding this question: I know that we can specify a pod yaml instead of the settings in the EA profile. Does that allow changing environment? Maybe it's a question...
Reading this, I thought that it is related to k8s namespaces/labels. But, I see it’s about GoCD environments. Then, it's a question about authorization at an EA profile level. Has...
@varshavaradarajan I guess you're saying, allow [this](https://github.com/gocd/kubernetes-elastic-agents/blob/25849a2d977a232d15ddfcba811dfa4b843d591e/src/main/java/cd/go/contrib/elasticagent/requests/CreateAgentRequest.java#L92) to be parameterized. As a workaround, it might work, but yes, any job assigned to the wrong profile will not be assigned, but...
By parameterized, I meant "provide the ability to set it". > If you look at the elastic profile edit page for the k8s elastic agent - https://build.gocd.org/go/admin/elastic_profiles, there's a section...
> Would it be possible to handle the same material that only differs on the autoUpdate as two separate materials? What effects will that have? I think the challenge will...
They seem to. Maybe they're in the middle of a transition though? I used to use notmuch 0.27 before and `notmuch-config set` didn't have a way to add a value...