-
cannot establish connection to broker after changing the client username
:/ I did the following first * created a client username with client profile = default and acl-profile = test-profile * The acle-profile (test-profile) has Client Connect Default Action=allow , publish = Publish Default Action, and Subscribe Default Action = disallow * the Subscribe Default Action has Exception =…
-
How to connect to Solace broker using truststore credentials using Python
No formatter is installed for the format not-found
-
Solace PubSub+ Event Broker Rootless
The Problem: Solace PubSub+ Event Broker software users have wanted to run PubSub+ containers rootless. This how-to aims to evaluate how to accomplish this with PubSub+ v9.4 and Podman from a container namespaces security stand point. What is Podman: Podman is a daemonless container engine. It is a drop-in replacement for…
-
Solace Oauth
We are trying to connect to an Oauth provider to verify tokens sent in by the client. We have changed several parameters and can not get passed this one error. C:\Users\ABC\Desktop\Solace API\solace-samples-mqtt\solace-samples-mqtt\build>staged\bin\topicPublisher tcp://host:port 1ABC_USER01 1ABC_USER01 TopicPublisher…
-
How to setup public ssh keys on Solace container?
Hello! I am trying to setup ssl on my Solace Pub/Sub+ instance on aws. The instructions say you need to use sftp or scp to transfer the certificate(s) from another machine. The only way I seem to be able to authenticate with external machines for sftp/scp is via public ssh key - but, the only ways to get a public key into…
-
Error with Client Certificate Authentication
Hi, I have enabled authentication for message-vpn to be client-certificate by following the instruction on the docs page. # commands usedenableconfiguremessage-vpn <vpn_name>authenticationclient-certificatevalidate-certificate-dateallow-api-provided-usernameno shutdown While using SDK Perf to test the SSL connectivity,…
-
JavaScript, Solace + SSL (HTTPS, WSS)
Hi all - I have a web based JavaScript/React (no Node JS) app currently using the Solace JavaScript client successfuly. Due to company demands we are being told to convert to using secure connections (understandable). I have looked at the sample below which seems to suggest you can use basic authentication while using…
-
MFA for the Solace Cloud Console
Hey all, I was wondering if MFA is enabled on the Solace Cloud Console and I could not locate it. I don't see it as an option. I was wondering what else secures a solace deployment's configuration and management access via the web. Accessing the router from a terminal is secure if configured properly, but the access to the…
-
Spring Cloud Stream Binder and Kerberos
I am looking to utilize the Spring Cloud Stream Binder for Solace PubSub and looking for examples of how to enable kerberos for the Solace binder connections. The examples all use username + password combinations. Any samples on how to initialize using kerberos configs?