Skip to content

Instantly share code, notes, and snippets.

View shussain's full-sized avatar

Samir shussain

View GitHub Profile
@pgchamberlin
pgchamberlin / keycloak_aws_deployment.md
Last active May 19, 2022 12:17
Deploying Keycloak to AWS using a Ubuntu AMI

Deploying Keycloak to AWS

The objective of this guide is to deploy Keycloak to AWS in a minimally complex way for testing and discovery purposes. This means using the standalone build of Keycloak backed with Hibernate H2. The result is not a production ready system. It won't scale, it won't survive significant load, it can't be clustered.

Mostly this Gist is a distillation of the Keycloak Server Installation guide for a specific use case: to spin up a quick and dirty Keycloak instance for testing and experimenting.

Steps

  • Spin up and configure a Ubuntu AMI
  • Install and configure Keycloak with an SSL cert
@NetoBuenrostro
NetoBuenrostro / BashSnippets.md
Last active April 28, 2018 01:49
Bash programming snippets --moved
- Bash Snippets
    - Check if a file is newer than an amount of time
- Reference
- Best practices
- Environment variables
- First line
- Script boilerplate
  • Other