MrFishFinger
MrFishFinger
hi there, we are also experiencing a similar issue, whereby the token that is passed from a client to the broker, fails the "uma-ticket" introspection by keycloak, because it has...
hi @mstruk , thanks for that info. We tried building the library from master, and deploying it with the client. However wouldn't we also need to deploy the updated library...
hi @mstruk , just to close the loop: we placed the custom-built-libraries into to a custom kafka image, and deployed this to openshift. Since doing this, we have not seen...
@Mike6742 - in my case, getting this to work required the following to be true on my phone: - Termux:API application installed - Termux:API application granted access to Location permission...
i see similar behaviour. From what i can tell, both of my jobs are being created and are running, its just that the "pending" command is not returning the list...
ive created MR https://github.com/termux/termux-api/pull/391 to resolve this issue
Hi! I have a similar situation to @goncalo-rodrigues : - I have a `last_updated` Computed attribute, that stores a timestamp, which is updated to the current time, whenever the resource...
for my usecase, i was able to workaround this to some extent by implementing the `ModifyPlan` interface, and manually set the `LastUpdated` attribute to `unknown`, whenever the attribute `Disabled` is...
thanks @bflad , the switch to `terraform-plugin-framework` version 1.2.0 and then using the new `Default` [attribute field](https://pkg.go.dev/github.com/hashicorp/terraform-plugin-framework/resource/[email protected]#BoolAttribute.Default) resolved this issue for us. more concretely, i removed our custom PlanModifier, and...
i also stumbled onto this situation, where mounting a `rancher.io/local-path` PVC into k3s, results in the directory being owned as root. setting `securityContext.fsGroup` _does_ change the directory group - just...