# 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
ORGANIZATION="Javitos Ltd" | |
ROOT_CA_NAME="root" | |
ROOT_CA_UNIT="IT" | |
ROOT_CA_EMAIL="[email protected]" | |
ROOT_CA_DAYS=3650 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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 |
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.
This article aims to explain and show the differences between some important IAM solutions in the OSS market.
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