Git Product home page Git Product logo

Comments (5)

grimurd avatar grimurd commented on May 31, 2024 1

Any plans to support regular http? While it's not difficult to create a custom client it should be supported for those of us running zitadel locally during development.

from zitadel-net.

buehler avatar buehler commented on May 31, 2024

Hey @DerStimmler

I have not used it without HTTPS. You can try to create the client by yourself.
The logic where the cliens are created can be found here: https://github.com/smartive/zitadel-net/blob/main/src/Zitadel/Api/Clients.cs#L39-L64

You can pass your own "GrpcChannel" options and specify "insecure channel" there. There is a way to create insecure connections in the GrpcChannels.

Hope this helps :-)

from zitadel-net.

DerStimmler avatar DerStimmler commented on May 31, 2024

@buehler thanks for your help. I've switched to HTTPS as well, but I might give it a try to use an insecure channel.

from zitadel-net.

buehler avatar buehler commented on May 31, 2024

Hey @grimurd
It is absolutely possible to support http :-) Maybe an optional channel options param could help. This is used widely by grpc in dotnet if I recall correctly.

I don't know if I've got the time/capacity to do it, but I'd be happy to review any PR that comes along :-)

from zitadel-net.

Benjamin23 avatar Benjamin23 commented on May 31, 2024

Hi @buehler , can someone please review the PR form @grimurd ? I got the same problems while developing locally, and I'm currently working with a locally patched version with his fix

from zitadel-net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.