J.K.
J.K.
Close #3831
### Description Close #5614 Remove stack name prefix from IAM Role inline policy name **_created by well-known policy_** to extend a length of EKS Cluster name. For example, when using...
### What feature/behavior/change do you want? When creating iamserviceaccount with well-known policy, the created IAM Role inline policies have the stack name prefix. Actually IAM Role inline custom policy does...
Close #2985 Close #1630 I thought which function name to use in the followings, but use the original name for now. - `z.string().boolean()` - `z.string().toBoolean()`
From https://github.com/colinhacks/zod/issues/1630#issuecomment-1824670600 Currently `z.boolean()` simply replesents `Boolean()` for coerce. So it handles string value as boolean along with the standard `Boolean()` specification. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean#boolean_coercion ```ts const b = z.coerce.boolean() b.parse("true"); //...
**Describe the bug** Failed to find an auth secret in the other namespace in `spec.auth.secretRef` in `ECRAuthorizationToken`. ``` Warning UpdateFailed 11m (x29 over 3h20m) external-secrets could not generate [0]: unable...
**Is your feature request related to a problem? Please describe.** I have to use the same generator in all user namespaces(multi tenant cluster). Currently `ClusterExternalSecret` can distribute `ExternalSecret` but `generatorRef`...
Set OwnerReference only when user actually intend to delete it.
https://github.com/cosmo-workspace/cosmo/blob/main/internal/controllers/instance_controller.go#L166