absynth76

Results 10 comments of absynth76

For info, I used this way: ``` - hosts: localhost vars: - key: "key123" - value: "value123" tasks: - hashivault_write: secret: my-secret data: "{{ my_new_data }}" version: 2 vars: my_new_data:...

As a workaround I use the inventory id returned by the inventory task, but an organization filter remains relevant on tasks that are referencing a configuration item by their name.

Hi, I guess this PR would help for your use case: https://github.com/ansible/awx-resource-operator/pull/43 if yes it would be great to try it (the person ask for tests..)

We do have the same issue, following the error in the core logs: ``` 2024-08-21T12:16:44Z [ERROR] [/lib/http/error.go:56]: {"errors":[{"code":"UNKNOWN","message":"launcher: syntax error in pattern"}]} /harbor/src/pkg/retention/launcher.go:263, github.com/goharbor/harbor/src/pkg/retention.launcherError /harbor/src/pkg/retention/launcher.go:167, github.com/goharbor/harbor/src/pkg/retention.(*launcher).Launch /harbor/src/controller/retention/controller.go:235, github.com/goharbor/harbor/src/controller/retention.(*defaultController).TriggerRetentionExec /harbor/src/server/v2.0/handler/retention.go:262, github.com/goharbor/harbor/src/server/v2.0/handler.(*retentionAPI).TriggerRetentionExecution...

looks similar issue like mentioned in https://github.com/goharbor/harbor/issues/14259 but we are on 2.8.1 and the ticket stipulates fix is on 2.2

cjose is a good library, but it's a little bit strange that the structure of a jwk does not fully implements the standard defined at https://tools.ietf.org/html/rfc7517, this RFE would potentially...

Should I make a suggestion here? Wouldn't it be better to create a kind of OutOfBoundDNS01Challenge ? Principe would be to create a custom resource with the necessary for the...

Hi, thanks, sounds like it yes, it would have been easier in my opinion, knowing now cert-manager is creating Challenge CRs (which I did not hear about prior to post...

I would suggest to add an error handler to inform which module failed to run in case dependency cannot be resolve. Easily done with a block rescue pattern and a...