Skip to content

Instantly share code, notes, and snippets.

View mrnonz's full-sized avatar
🎯
Focusing

Nontawat Numor mrnonz

🎯
Focusing
View GitHub Profile
@mrnonz
mrnonz / Jenkinsfile
Created February 15, 2020 10:01 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples
@mrnonz
mrnonz / README.md
Last active May 19, 2021 09:47 — forked from m1keil/README.md
Configure Kibana to use SAML with GSuite (Google Apps, GApps, G Suite)

The following worked with Elastic Cloud, Elasticsearch & Kibana v7.6.0. It should be pretty close for other kinds of deployments. Before starting, make sure you have the right license level that allows SAML.

Create SAML App in GSuite:

  • Navigate to the SAML apps section of the admin console
  • Click the Add button and choose to "SETUP MY OWN CUSTOM APP"
  • Write down the Entity ID and download the Idp metadata file
  • Choose application name, description and add logo
  • In the "Service Provider Details" screen add the following:

Keybase proof

I hereby claim:

  • I am mrnonz on github.
  • I am mrnonz (https://keybase.io/mrnonz) on keybase.
  • I have a public key whose fingerprint is ECBF 6070 F782 F52D B4A7 A97E D21C EF77 EAAD D02D

To claim this, I am signing this object:

@mrnonz
mrnonz / rke2-commands.md
Created March 28, 2024 04:37 — forked from superseb/rke2-commands.md
RKE2 commands

RKE2 commands

Install

curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server