Can H. Tartanoglu

Results 193 comments of Can H. Tartanoglu

I made some changes to the PR on my own fork—it should work now. You can install from PyPi.

I can implement this in April for native pydantic-numpy support

This is now supported on pydantic-numpy `^3.0`: https://github.com/caniko/pydantic-numpy

Fixed, I used my friends Lenovo laptop with W11 to upgrade. Maybe there was a simple, yet elusive, method to do it on Linux. Keeping the issue open because it...

I want to avoid customizing the code... The dream was to just use the K8ssandra helm chars or Kustomize.

Thank you @dougwettlaufer. I have a few more questions: 1. Could you expand on `x-stargate-role`? Can this role be the admin role? As mentioned earlier read-access on all, but only...

> The `x-stargate-role` is the role you've created via cqlsh. So if you've created `web-user` and `web-user-admin` roles then in your IDP you'll map which users get which role set...

@dougwettlaufer, could you confirm if the example below is correct? `-D stargate.cql_use_transitional_auth=true` **Read scenario** The JWT has `stargate_claims` with a `cqlsh_role` that has read access -> Stargate returns the queried...

@dougwettlaufer Lastly, which of the key-value pairs returned from the JWKS endpoint is used by Stargate? JWKS: ```json { "keys": [ { "kid": "vdaec4Br3ZnRFtZN-pimK9v1eGd3gL2MHu8rQ6M5SiE", "kty": "RSA", "alg": "RS256", "use": "sig",...