TheHiddenLayer
TheHiddenLayer
fyi @alexandrevilain, i'm planning to start work on this in the near term
@alexandrevilain apologies for the delay. I've implemented custom search attributes in [my fork](https://github.com/TheHiddenLayer/temporal-operator/commit/408f89c4ecac711caec9a69e678d147abb522235). Based on my light manual testing, looks like it works 😄. The only thing that's making me...
^ in my PR referenced above, I've made an educated guess that `authorization.NewRSAKeyProvider` is now `authorization.NewDefaultTokenKeyProvider`
TODO(@TheHiddenLayer) add tests?
Hi @alexandrevilain, 1. I'm experiencing various breakages running `make test-e2e-dev`. 2. I needed `helm` and `buildx` to properly build the container when running `make test-e2e-dev`. Thinking of updating the local...
This is running on an M3 apple silicon with `colima` fails again, this time with a different error. ``` docker save temporal-operator > /tmp/temporal-operator.tar OPERATOR_IMAGE_PATH=/tmp/temporal-operator.tar go test ./tests/e2e -v -timeout...
even while running the `make test-e2e-dev` on the `main` branch I get ``` === RUN TestPersistence/cassandra_persistence/Temporal_cluster_ready_after_upgrade#03 panic: test timed out after 1h0m0s ``` @alexandrevilain are you able to run the...
> Hi @TheHiddenLayer following PR succesfully ended e2e without any retry: #777 Nice, I'm glad that it worked. It could be something with my logic then? Pls LMK what you...
@alexandrevilain I haven't forgotten about this PR. I'm still planning to finish it off. I’ve been tied up lately with work. Thanks for your patience!
hey @alexandrevilain! the feature itself works as expected. I've done manual tests confirming: - [x] Add an attr whose name exists with same type -> no change (b/c no reconciliation...