Skip to content

Instantly share code, notes, and snippets.

@jeanouii
Last active August 29, 2015 14:22
Show Gist options
  • Save jeanouii/2f17a248de53a8c98b4b to your computer and use it in GitHub Desktop.
Save jeanouii/2f17a248de53a8c98b4b to your computer and use it in GitHub Desktop.
$ pbpaste | awk '{$1=$1};1' | uniq | sort
tribe.access-gateway.access-token.ldap.baseDn > tribe.oauth2.ldap.baseDn
tribe.access-gateway.access-token.ldap.bindCredentials > tribe.oauth2.ldap.bindCredentials
tribe.access-gateway.access-token.ldap.bindDn > tribe.oauth2.ldap.bindDn
tribe.access-gateway.access-token.ldap.idleTime > tribe.oauth2.ldap.idleTime
tribe.access-gateway.access-token.ldap.ldapUrl > tribe.oauth2.ldap.ldapUrl
tribe.access-gateway.access-token.ldap.maxPoolSize > tribe.oauth2.ldap.maxPoolSize
tribe.access-gateway.access-token.ldap.minPoolSize > tribe.oauth2.ldap.minPoolSize
tribe.access-gateway.access-token.ldap.prunePeriod > tribe.oauth2.ldap.prunePeriod
tribe.access-gateway.access-token.ldap.subtreeSearch > tribe.oauth2.ldap.subtreeSearch
tribe.access-gateway.access-token.ldap.userFilter > tribe.oauth2.ldap.userFilter
tribe.access-gateway.access-token.ldap.validateOnCheckIn > tribe.oauth2.ldap.validateOnCheckIn
tribe.access-gateway.access-token.ldap.validateOnCheckOut > tribe.oauth2.ldap.validateOnCheckOut
tribe.access-gateway.access-token.ldap.validatePeriodically > tribe.oauth2.ldap.validatePeriodically
tribe.access-gateway.access-token.ldap.validateTimerPeriod > tribe.oauth2.ldap.validateTimerPeriod
tribe.access-gateway.access-token.optimal.clientsecret > tribe.oauth2.optimal.clientSecret
tribe.access-gateway.optimal.clientid > tribe.oauth2.optimal.clientid
tribe.access-gateway.optimal.endpoint > tribe.oauth2.optimal.endpoint
tribe.access-gateway.optimal.public-key > tribe.oauth2.optimal.jws.public-key
tribe.access-gateway.optimal.servicepassword > tribe.oauth2.optimal.service.password
tribe.access-gateway.optimal.serviceuser > tribe.oauth2.optimal.service.user
tribe.access-gateway.access-token.expires-in > tribe.oauth2.access-token.validity-duration
tribe.access-gateway.refresh-token.validity-duration > tribe.oauth2.refresh-token.validity-duration
tribe.access-gateway.access-token.private-key > tribe.oauth2.jws.private-key
tribe.access-gateway.access-token.public-key > tribe.oauth2.jws.public-key
tribe.access-gateway.issuer > tribe.oauth2.jwt.issuer
tribe.access-gateway.keystore.filename > tribe.oauth2.jws.keystore.filename
tribe.access-gateway.keystore.password > tribe.oauth2.jws.keystore.password
tribe.proxy.out.host > tribe.proxy.outbound.host
tribe.proxy.out.path > tribe.proxy.outbound.path
tribe.proxy.out.port > tribe.proxy.outbound.port
tribe.proxy.out.scheme > tribe.proxy.outbound.scheme
tribe.tag.sign.digest.algorithm > tribe.proxy.outbound.digest.algorithm
tribe.tag.sign.headers > tribe.proxy.outbound.signatures.headers
tribe.tag.sign.keyid > tribe.proxy.outbound.signatures.keyId
tribe.tag.sign.keystore.file > tribe.proxy.outbound.signatures.keystore.filename
tribe.tag.sign.keystore.password > tribe.proxy.outbound.signatures.keystore.password
tribe.tag.sign.signature.algorithm> tribe.proxy.outbound.signatures.algorithm
tribe.proxy.rewrite.configuration > tribe.rewrite.configuration.filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment