Skip to content

Instantly share code, notes, and snippets.

View iam-veeramalla's full-sized avatar
🎯
Stay Hungry, Stay Foolish :)

Abhishek Veeramalla iam-veeramalla

🎯
Stay Hungry, Stay Foolish :)
View GitHub Profile
@datagrok
datagrok / vendoring.md
Last active October 20, 2024 18:33
"Vendoring" is a vile anti-pattern

"Vendoring" is a vile anti-pattern

What is "vendoring"?

From a comment on StackOverflow:

Vendoring is the moving of all 3rd party items such as plugins, gems and even rails into the /vendor directory. This is one method for ensuring that all files are deployed to the production server the same as the dev environment.

The activity described above, on its own, is fine. It merely describes the deployment location for various resources in an application.

@iam-veeramalla
iam-veeramalla / RH-SSO_Installation_OpenShift_Templates
Created March 29, 2021 18:29
RH-SSO/Keycloak Installation using OpenShift Templates
Login as admin into your cluster
```
oc login -u kubeadmin -p password
```
Run the following commands to update the core set of Red Hat Single Sign-On 7.4.6.GA resources for OpenShift in the openshift project
```
for resource in sso74-image-stream.json \
sso74-https.json \
sso74-postgresql.json \