<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Blogs]]></title><description><![CDATA[Blog posts from individual members]]></description><link>https://forum.uno.gs/category/3</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 17:51:47 GMT</lastBuildDate><atom:link href="https://forum.uno.gs/category/3.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Aug 2023 12:57:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Add node back into galera cluster (brute force)]]></title><description><![CDATA[<p dir="auto">Here is the scenario...</p>
<p dir="auto">You have a 3 node galera (g1,g2,g3)  cluster and there is some network maintenance which stops connectivity between the nodes causing them to lose their quorum and stop serving.</p>
<p dir="auto">To fix this you disable 2 nodes (g2,g3) and bring just one back (g1)...</p>
<p dir="auto">you should be able to bring the 1 node back with the following command:<br />
<code>galera_new_cluster</code><br />
If that causes a failure, you may also need to update a line in your <code>/var/lib/mysql/grastate.dat</code> file.<br />
to do this change:<br />
<code>safe_to_bootstrap: 0</code><br />
to<br />
<code>safe_to_bootstrap: 1</code><br />
now run the <code>galera_new_cluster</code> command again and it "should" work...</p>
<p dir="auto">Once your network settles down and connectivity is regained you will have 2 galera nodes which will no longer gracefully start up, what do you do?</p>
<p dir="auto">Feel free to use the following hammer:</p>
<p dir="auto">On g2</p>
<pre><code>cd /var/lib/mysql
rm grastate.dat
rm ib_logfile*
sudo -u mysql mysqld --wsrep_sst_donor=g1
</code></pre>
<p dir="auto">where "g1" is the wsrep_node_name of your working/primary galera node</p>
<p dir="auto">follow the above instructions for g3 and you should be all set...</p>
]]></description><link>https://forum.uno.gs/topic/1332/add-node-back-into-galera-cluster-brute-force</link><guid isPermaLink="true">https://forum.uno.gs/topic/1332/add-node-back-into-galera-cluster-brute-force</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Wed, 30 Aug 2023 12:57:41 GMT</pubDate></item><item><title><![CDATA[Jumpcloud SSO (idp) to Keycloak (sp)]]></title><description><![CDATA[Mapping Groups from Jumpcloud
<p dir="auto">In the above post we set up Jumpcloud SAML SSO auth to use Keycloak as the SP.<br />
In addition, it is sometimes helpful to include your jumpcloud groups in the SAML token.  The following instructions should help enable this.</p>
Configure Jumpcloud

start by configuring your group to use the SSO App you created for SAML


<p dir="auto">Screenshot 2022-11-26 at 11.51.30.png</p>


Now update your SAML app to include group information:

Go to your SSO App
click on the SSO Tab and scroll to the bottom
tick the box for Group Attributes
give it a name like memberOf (can be any name but you will need this for keycloak)
click save




<p dir="auto">Screenshot 2022-11-26 at 12.00.33.png</p>

Configure Keycloak

Open Keycloak admin portal for your realm
Click on Roles and create a new role e.g. saml-group


<p dir="auto">Screenshot 2022-11-26 at 12.04.42.png</p>


Click on Identity Providers and select the provider you created earlier (see above blog post)
Click on the Mappers tab
Click Create
Give it a name e.g. saml-group
select Sync Mode Overrride equal to force (this updates the groups associated with this account on every login)
Create a new Attributes using the Jumpcloud Group Attributes identifier, in this case memberOf as the key and your Jumpcloud group name as the key
Set Regex Attribute Values to On
Under Role, choose the role you created


<p dir="auto">Screenshot 2022-11-26 at 12.11.52.png</p>

]]></description><link>https://forum.uno.gs/topic/1041/jumpcloud-sso-idp-to-keycloak-sp</link><guid isPermaLink="true">https://forum.uno.gs/topic/1041/jumpcloud-sso-idp-to-keycloak-sp</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Fri, 25 Nov 2022 15:46:28 GMT</pubDate></item><item><title><![CDATA[Prime Video]]></title><description><![CDATA[<p dir="auto">heh, we have enough trouble keeping up with Netflix!</p>
]]></description><link>https://forum.uno.gs/topic/228/prime-video</link><guid isPermaLink="true">https://forum.uno.gs/topic/228/prime-video</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Thu, 15 Oct 2020 12:24:50 GMT</pubDate></item><item><title><![CDATA[What Happened to uNoGS]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.uno.gs/uid/1">@admin</a> would an IPv6 only VM work for you? In case I may arrange something</p>
]]></description><link>https://forum.uno.gs/topic/5/what-happened-to-unogs</link><guid isPermaLink="true">https://forum.uno.gs/topic/5/what-happened-to-unogs</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 08 Feb 2017 18:14:34 GMT</pubDate></item></channel></rss>