Integrating Pivotal tracker with bugzilla - bugzilla

I am testing out bugzilla integration with pivotal tracker. I tried to associate a landfill installation. But I get there was a timeout while contacting the server. Is it possible to fix this ?? or Is it possible to integrate pivotal tracker with local installation of bugzilla?

To integrate Pivotal and Bugzilla, you need your Bugzilla to be publicly available to the internet, as Pivotal backend server will try to connect to it from the "outside", not from your local PC.

Related

Azure AD Application Proxy

I have a number of VMs under one domain. I am setting up kerberos and a part of it is installing the Azure AD App Proxy connector. I have installed the connector in one of the servers but the application that I published is in a different server. Would this still work or I need to install the connector to the specific server where the published application is?
The connectors must be installed on a Windows Server that has access to the backend application
Install the connector on a machine running Windows Server 2012 R2 or later. The connector needs to communicate with the Application Proxy service and the on-premises applications that you publish.
The windows server needs to have TLS 1.2 enabled before you install the Application Proxy connector
If you are installing the connector on Windows Server 2019, you must disable HTTP2 protocol support in the WinHttp component for Kerberos Constrained Delegation to properly work. This is disabled by default in earlier versions of supported operating systems.
You may refer this for more information https://learn.microsoft.com/en-us/azure/active-directory/app-proxy/application-proxy-connectors

Looking to setup SSO in JBoss EAP 7 using kerberos on windows server

I'm new to JBoss and have been assigned a task to implement SSO (JBoss EAP 7) on Windows Server using Kerberos.
Tried google but resulted in confusion.
Could you please share few detailed steps to achieve the task.
The JBoss documentation contains instructions for configuring Kerberos:
https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/how_to_set_up_sso_with_kerberos/

Connect .Net Core App in Google App Engine to Cloud SQL

Using the recommended way of connecting a .Net application running in App Engine Flexible .Net to SQL AppEngine Flex (all networks allowed to connect to MySql Instance with SSL) we saw many unauthenticated logon attempts that we assume have caused some of our connection issues recently.
Is there no better(More Secure) way to connect?
Can't we use Google Cloud SQL Proxy to rather connect and limit authorized networks using standard capability?
The fix to using .Net Core apps in AppEngine Flex and connect to your CloudSQL instances is to use a implementation of cloudsql proxy.

Publish WinForms application on remote server

I want to publish my WinForms Application on remote server to enable web installation for the application.
I need some relevant information how to configure IIS 7.5 web site to enable publishing by VS2012. I've found some links but it mostly about publishing web application and as I could understand the process is different in some points.
Where I could find information for the configuring IIS web site?
Are you referring to a ClickOnce application?
If this is the case, you simply need to have write access to where it is going to be deployed, and users need read access.

SOLR on a hosted server

Is it possible to move solr to a hosted server? (in general is it possible to install SOLR on a web hosting service like bluehost.com or godaddy.com ? )
I have worked a bit on Solr and am currently running a SOLR server using JETTY on one of my local machines.
I saw a few articles on the net which speak about setting it up on Amazon EC2, but i could not find anything related to setting up solr on a hosted server.
If you can run a java application on your shared hosting you can run solr.

Resources