Steven Borrelli
Steven Borrelli
I'd like to see something similar for functions: - Supports Operations - Supports Function Response Cache - Capabilities listed - Required (extra) resource support
FYI, `validate` in the 1.17 Crossplane CLI will support checking for pruned fields: https://github.com/crossplane/crossplane/pull/5791.
I have tested this with function-patch-and-transform, and the schema is rejected with an error. Given that legacy patch and transform is deprecated, I believe we can close this issue. ```...
I did some testing with v0.48.1 with your manifest and was not able to duplicate the results with a basic key/value secret. What type of secret are you creating? Are...
@davirezendegb can you ensure that namespace `test-secret` exists? The provider will not create a namespace.
@davirezendegb does the secret exist already in AWS? In my testing: - if the secret doesn't exist either in AWS, - and the k8s stringSecretRef secret does not exist You...
@davirezendegb the secret data needs to exist somewhere. Usually when using Crossplane you are creating a secret in AWS, so having it defined in the stringSecretRef on the Crossplane cluster...
@davirezendegb > @stevendborrelli I carried out some tests, however, I noticed that when I try to insert new values in AWS they are not replicated to the Kubernetes secret. but...
The TTL is per function in the pipeline, and it allows the Crossplane pod to cache the response from a function. I added support for setting the cache in function-shell,...
A separate library would be good, it may not even need to be CLI specific. Currently I’m writing a CLI that migrates claims from one namespace to another. Another project...