Yohan Belval
Yohan Belval
Hi Eric, Thanks for your great contribution. Here's my issue: I need to localize the validation message (i.e.: Field is required) when clicking a "localize" button. My application needs to...
**Is your feature request related to a problem? Please describe.** The [current token cache encryption strategy](https://github.com/AzureAD/microsoft-identity-web/issues/1044) uses the same key to encrypt and decrypt all tokens in the cache. This...
When executing the following code: `const wildcardCertificate = azure.keyvault.getSecret({ name: "foobar-wildcard", keyVaultId: data.keyVaultId, });` `const wildcardCertificatePassword = azure.keyvault.getSecret({ name: "foobar-wildcard-password", keyVaultId: data.keyVaultId, });` I get the following error: `Diagnostics: pulumi:pulumi:Stack...
When creating a pull request from an issue that contains an image attachment (or any other attachment for that matter), it's not copied over. **Steps to reproduce** - Create a...
Hi! First off, thanks for creating this tool. I don't understand how Terraform can't have better support for state migration (`moved` blocks can only do so much). I have a...
``` ```
I'm pretty sure the documented example for the merge generator has a slight typo/error in it. Comment in code [here](https://argocd-applicationset.readthedocs.io/en/stable/Generators-Merge/#example-base-cluster-generator-override-cluster-generator-list-generator) should be: > For clusters with a specific label, **disable**...
### Terraform Version ```shell ~>1.6.0 ``` ### Use Cases When writing integration tests for resources which have a long creation time (ex: k8s clusters, database clusters, etc.), the feedback cycle...
Adds enhancement [#3428](https://github.com/argoproj/argo-rollouts/issues/3428) Checklist: * [x] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this is a...
**Changes** Adds the ability to override the `EnableMetrics` configuration value from the `system.xml` files. The configuration value is added to the ASP.NET config framework so it can also be set...