Skip to content

Instantly share code, notes, and snippets.

View javigs82's full-sized avatar

javigs82 javigs82

  • Signicat
  • Madrid
View GitHub Profile
@javigs82
javigs82 / generateCertCustomCa.sh
Last active May 28, 2021 13:46
Issue Cert with Custom CA
#!/usr/bin/env bash
set -e
ORGANIZATION="Javitos Ltd"
ROOT_CA_NAME="root"
ROOT_CA_UNIT="IT"
ROOT_CA_EMAIL="javigs82@gmail.com"
ROOT_CA_DAYS=3650
@javigs82
javigs82 / git-cheat-sheet.md
Last active February 16, 2021 15:41
Git Cheat Sheet

Git Cheat Sheet

Renaming local and remote

# Rename the local branch to the new name
git branch -m <old_name> <new_name>

# Delete the old branch on remote - where  is, for example, origin
---
# Copyright 2018
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software

Architecting on AWS (associate certification)

This tutorial aims to summarize subjects regarding this certification. Also, you will find important links, questions and examples.

It is based on 6.5.2 training course book.

In order to support lab exercises, this repo provides Cloud Formation templates to avoid hand made work, allowing creating and destroying architectures in a efficient and quickly way.

IAM Server Comparison

This article aims to explain and show the differences between some important IAM solutions in the OSS market.

WSO2 IAM

Identity and Access management. SSO, oAuth2, OIDC, SAML, IAM. Written in Java. It is the biggest option. As it is a bit old, it is robust, provides lot of features.

  • Pros: Robust, lot of features. ETL for existing user storage. Relies on several RDMS systems. Extensive documentation.
  • Cons: No docker support for OSS. Heavyweight. Un-friendly UI