Arndt Schwenkschuster

Results 31 comments of Arndt Schwenkschuster

I've came up with the following workaround: ``` if (data.progress == 0 && data.center == index) { return cardSize; } else if (data.next < data.center && data.next == index) {...

I'd love this feature

For me the following workaround works: ```xml false ApiClient.java,Authentication.java,OAuth.java,ApiKeyAuth.java,HttpBasicAuth.java,RFC3339DateFormat.java ` ``` In my opinion the mentioned files are supporting files .. but their non-existence must not prevent from compiling the...

I'd thought of a losely coppeling between ApiClient and actual Api files. But that'd result in only having models and two non usable client files so i agree that these...

@evan2645 @spikecurtis is this PR still up to date? Can we close or merge this PR? Let's maybe have an additional (re-)review first - to make sure the text still...

Hi @apexlnc, this topic was discussed at the [Istio spec call](https://docs.google.com/document/d/1wsa06GGiq1LEGwhkiPP0FKIZJqdAiue-VeBonWAzAyk/edit?tab=t.0#heading=h.o8pz6aqnzzgk) last week. The Istio community has yet to decide if they want to support a SPIFFE API at ztunnel...

@kfox1111 I'm not a bit hesitant adding this API into the standard if we have no client in sight that's picking it up. (In case Istio decides against it)

@kamalmarhubi I'm working together with the Istio community to get this work finished. There is a [weekly community call](https://github.com/istio/community/blob/master/WORKING-GROUPS.md) where this topic is discussed.

The latest update (approx. 3 weeks ago) is that the Istio community is looking at various alternative approaches before making a decision. One of them being leveraging CAP_SYS_ADMIN to make...

@MikeZappa87 Which option do you have working? The one that uses the existing WorkloadAPI or via SDS?