Skip to content

Instantly share code, notes, and snippets.

View guicassolato's full-sized avatar

Guilherme Cassolato guicassolato

  • Red Hat
  • Barcelona
View GitHub Profile
@guicassolato
guicassolato / authorino.yaml
Last active August 31, 2021 10:54
Kubernetes resources to deploy Authorino to OpenShift (CRD, RBAC, Service and Deployment)
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.1
creationTimestamp: null
name: authconfigs.authorino.3scale.net
spec:
group: authorino.3scale.net
names:
@guicassolato
guicassolato / amp-25-s3-psql.yml
Last active May 22, 2019 08:11
Openshift template to deploy Red Hat 3scale 2.5 with Postgres on OKD
apiVersion: template.openshift.io/v1
kind: Template
message: Login on https://${TENANT_NAME}-admin.${WILDCARD_DOMAIN} as ${ADMIN_USERNAME}/${ADMIN_PASSWORD}
metadata:
annotations:
description: 3scale API Management main system with shared file storage in AWS
S3.
iconClass: icon-3scale
openshift.io/display-name: 3scale API Management
openshift.io/provider-display-name: Red Hat, Inc.
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 30 columns, instead of 1 in line 5.
Company Account,Merchant Account,Psp Reference,Merchant Reference,Payment Method,Creation Date,TimeZone,Type,Modification Reference,Gross Currency,Gross Debit (GC),Gross Credit (GC),Exchange Rate,Net Currency,Net Debit (NC),Net Credit (NC),Commission (NC),Markup (NC),Scheme Fees (NC),Interchange (NC),Payment Method Variant,Reserved2,Reserved3,Reserved4,Reserved5,Reserved6,Reserved7,Reserved8,Reserved9,Reserved10
SupportAdyen,SupportAdyenDemo,682116633,325406007,elv,1/1/17 0:00,CEST,Settled,682116633,EUR,,49.95,1,EUR,,49.7,0.25,,,,elv,,,,,,,,,
SupportAdyen,SupportAdyenDemo,1713680000000000,325418414,elv,5/9/17 13:58,CEST,Settled,2413680000000000,EUR,,53.9,1,EUR,,53.65,0.25,,,,elv,,,,,,,,,
SupportAdyen,SupportAdyenDemo,1313680000000000,325419918,elv,5/9/17 16:57,CEST,Settled,2313680000000000,EUR,,44.95,1,EUR,,44.7,0.25,,,,elv,,,,,,,,,
SupportAdyen,SupportAdyenDemo,1313680000000000,325430762,bankTransfer_BE,5/14/17 5:57,CEST,Settled,1313680000000000,EUR,,71.96,1,EUR,,71.76,0.2,,,,bankTransfer_BE,,,,,,,,,
Support
##
# The IncludedResourceParams class is responsible for parsing a string containing
# a comma separated list of associated resources to include with a request. See
# http://jsonapi.org/format/#fetching-includes for additional details although
# this is not required knowledge for the task at hand.
#
# Our API requires specific inclusion of related resourses - that is we do NOT
# want to support wildcard inclusion (e.g. `foo.*`)
#
# The IncludedResourceParams class has three public methods making up its API.