Wim Fournier
Wim Fournier
also: have consul health icons clickable
It still crashes in the latest forge (47.1.43), but does run fine in forge 47.1.0
I'll try to find some time next week.
Looking at the code, this seems very likely to happen when you've got a slightly slow storage system. The token create looks like this: ```golang func tokenCreate(d *schema.ResourceData, meta interface{})...
I had the same error as well, and found out that in the end the token used by terraform was lacking `POST` permission on `/auth/token/lookup-accessor` which is used by `tokenRead()`....
@sockless-coding Let me know if you want help with refactoring the code. I recently bought 2 aircons, so I will probably bump into the same issues :)
I created https://github.com/sockless-coding/panasonic_cc/pull/58 to add the state and device class.
With version 0.46, and the following: ```yaml apiVersion: aws.crossplane.io/v1beta1 kind: ProviderConfig metadata: name: aws-provider spec: credentials: source: InjectedIdentity ``` The result for trying to use pod identity is this error...
~~From what I can find with other controllers with the same issue, all that needs to be done is updating the aws sdk dependency.~~ The EKS provider is still using...
Check if you have the file open in another place. If so, that might have seeked forward, so the pointer is at the end.