fedmsg | Federated Messaging with ZeroMQ | Messaging library

 by   fedora-infra Python Version: 1.1.7 License: LGPL-2.1

kandi X-RAY | fedmsg Summary

kandi X-RAY | fedmsg Summary

fedmsg is a Python library typically used in Messaging applications. fedmsg has no bugs, it has build file available, it has a Weak Copyleft License and it has low support. However fedmsg has 1 vulnerabilities. You can install using 'pip install fedmsg' or download it from GitHub, PyPI.

Federated Messaging with ZeroMQ
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fedmsg has a low active ecosystem.
              It has 164 star(s) with 91 fork(s). There are 29 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 45 open issues and 175 have been closed. On average issues are closed in 348 days. There are 6 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of fedmsg is 1.1.7

            kandi-Quality Quality

              fedmsg has 0 bugs and 0 code smells.

            kandi-Security Security

              fedmsg has 1 vulnerability issues reported (0 critical, 1 high, 0 medium, 0 low).
              fedmsg code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              fedmsg is licensed under the LGPL-2.1 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              fedmsg releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              fedmsg saves you 3180 person hours of effort in developing the same functionality from scratch.
              It has 6840 lines of code, 553 functions and 89 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed fedmsg and discovered the below as its top functions. This is intended to give you an instant insight into fedmsg implemented functionality, and help decide if they suit your requirements.
            • Validate a message
            • Verify signature
            • Verify a file
            • Strip credentials from a message dict
            • Run the feed
            • Run a shell command
            • Query fedmsg - config
            • Query a dict
            • Run the main loop
            • Runs cowsay output
            • Run the relay command
            • Scan for a single endpoint
            • Setup the special gateway socket
            • Run the feed
            • Destroy the consumer consumer
            • Decorator to wrap a function with a processor
            • Show signing relay command
            • Publish a message
            • Called when the connection is started
            • Create an IRC client
            • Signs a message
            • Group multiple messages into a single message
            • Start the consumer
            • Scan all available connections
            • Decorator for API methods
            • Handle incoming messages
            Get all kandi verified functions for this library.

            fedmsg Key Features

            No Key Features are available at this moment for fedmsg.

            fedmsg Examples and Code Snippets

            No Code Snippets are available at this moment for fedmsg.

            Community Discussions

            QUESTION

            Debugging in Firefox Developer Edition yields WSFederationMessageException: ID3204
            Asked 2017-Aug-16 at 19:30

            I really like Firefox Developer Edition but in the past I have found multiple issues when just trying to get it going which have often required administrator intervention at other places I've worked. The latest issue I'm running into is that when trying to log into some web application I'm debugging (named XXX.YYY) at a new client site, I get the following server error. I don't get this when I use Internet Explorer as my browser. What can I do to correct it?

            Server Error in '/XXX.YYY' Application. ID3204: WS-Federation SignIn request must specify a 'wtrealm' or 'wreply' parameter. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

            Exception Details: Microsoft.IdentityModel.Protocols.WSFederation.WSFederationMessageException: ID3204: WS-Federation SignIn request must specify a 'wtrealm' or 'wreply' parameter.

            Source Error:

            An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

            Stack Trace:

            [WSFederationMessageException: ID3204: WS-Federation SignIn request must specify a 'wtrealm' or 'wreply' parameter.]
            Microsoft.IdentityModel.Protocols.WSFederation.SignInRequestMessage..ctor(Uri baseUrl, String realm, String reply) +271
            Microsoft.IdentityModel.Protocols.WSFederation.WSFederationMessage.CreateFromNameValueCollection(Uri baseUrl, NameValueCollection collection) +753
            Microsoft.IdentityModel.Protocols.WSFederation.WSFederationMessage.TryCreateFromUri(Uri requestUri, WSFederationMessage& fedMsg) +57
            Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.GetSignOutCleanupMessage(HttpRequest request) +34
            Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.CanReadSignInResponse(HttpRequest request, Boolean onPage) +188
            Microsoft.IdentityModel.Web.WSFederationAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs args) +85
            System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +92

            Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1590.0

            ...

            ANSWER

            Answered 2017-Aug-16 at 19:30

            I found a solution! It turns out the issue was that Firefox Developer Edition by default will not authenticate with the Windows NT LAN Manager (NTLM) protocol the way IE does out of the box. So, you have to configure it to do so:

            1. Open Firefox Developer Edition and type in about:config in the address bar. You will be prompted with a warning. Click the "I accept the risk!" button.
            2. Use the ‘Search’ field at the top of the browser just below the address bar to find the network.automatic-ntlm-auth.trusted-uris configuration parameter.
            3. Double-click the name of the configuration parameter, or right-click it and select Modify.
            4. Enter the URLs of the sites you're having trouble authenticating to. Use the format: https://localhost

            There is no need to specify a port number nor a path to any particular page because authentication works on a site by site basis. You can list more than one site by comma-delimiting them. Now, my XXX.YYY web app which I was trying to debug locally runs and authenticates just fine!

            Source https://stackoverflow.com/questions/45719078

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            FedMsg 0.18.1 and older is vulnerable to a message validation flaw resulting in message validation not being enabled if configured to be on.

            Install fedmsg

            You can install using 'pip install fedmsg' or download it from GitHub, PyPI.
            You can use fedmsg like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install fedmsg

          • CLONE
          • HTTPS

            https://github.com/fedora-infra/fedmsg.git

          • CLI

            gh repo clone fedora-infra/fedmsg

          • sshUrl

            git@github.com:fedora-infra/fedmsg.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Messaging Libraries

            Try Top Libraries by fedora-infra

            anitya

            by fedora-infraPython

            bodhi

            by fedora-infraPython

            noggin

            by fedora-infraCSS

            tahrir

            by fedora-infraCSS

            asknot-ng

            by fedora-infraJavaScript