eberkut
eberkut
##### SUMMARY Support logging into an auxiliary tenant when deploying an ARM template to be able to use external resources. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME azure_rm_deployment...
* What version of the operator are you running? m3db-operator-0.13.0 * What version of Kubernetes are you running? ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.4", GitCommit:"b695d79d4f967c403a96986f1750a35eb75e75f1", GitTreeState:"clean", BuildDate:"2021-11-17T15:41:42Z",...
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=13951870) Hello, It looks like the login button on the login form hard-codes the return link here: https://github.com/thelastpickle/cassandra-reaper/blob/master/src/ui/app/jsx/login-form.jsx#L36. Consequently, when using a subpath for the application through applicationContextPath...
I have a terraform module which tags multiple resources at once passed as a list of resource ids. The main part of the code is: ``` locals { standard_tags =...