Valentin FOUQUERON

Results 8 comments of Valentin FOUQUERON

Great work! I've used your PR to implement oneOf for kotlin-spring generator, it works great! Looking forward this to be merged so I can push my own PR :)

> @vfouqueron can you please publish your work? > > BTW. I have updated the original patch to the v7.x state, though pretty "mechanically", without deep understanding how things have...

I have the same issue as described above, neither field_manager to terraform, nor putting everything in computed_fields works for me. Version 2.29.0 has the same issue. I always endup with...

> @vfouqueron Did this happen during the user creation request, or later when you tried to check if the created user exists? It was on creation, the user is created...

@jwierzbo Yes, I have the issue in this code : https://github.com/predell/terraform-provider-arangodb/blob/main/internal/provider/user_resource.go Precisely, I have that: ``` _, err := r.client.CreateUser(ctx, data.User.ValueString(), toUserOptions(data)) if err != nil && !shared.IsConflict(err) { resp.Diagnostics.AddError(...

@jwierzbo Thank you for finding the issue! For our project, we don’t create often new users with that, so it does not block us for the moment. I will probably...

> Found this error in `logs/cattle-system/rancher-6b57df599f-kmqtx/rancher.log` : > > ``` > 2024-06-24T13:50:09.875146853Z 2024/06/24 13:50:09 [ERROR] Unknown error: failed to create longhorn-system/cifs-secret /v1, Kind=Secret for 9916e367-0f91-4103-a954-972bf697c158: Secret in version "v1" cannot...