I hereby claim:
- I am maks3w on github.
- I am maks3w (https://keybase.io/maks3w) on keybase.
- I have a public key whose fingerprint is ABE3 86A0 E299 AD22 50D9 3DF0 C194 028A D695 06E3
To claim this, I am signing this object:
| <?php | |
| namespace FooOAuth2\Factory; | |
| use FooOAuth2\Storage\ClientCredentialsStorage; | |
| use OAuth2\GrantType\ClientCredentials; | |
| use OAuth2\GrantType\UserCredentials; | |
| use OAuth2\ResponseType\JwtAccessToken as JwtAccessTokenResponseType; | |
| use OAuth2\Server as OAuth2Server; | |
| use OAuth2\Storage\JwtAccessToken as JwtAccessTokenStorage; |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace Application\Problem; | |
| use ZF\ApiProblem\ApiProblem; | |
| /** | |
| * Represent a Failed Validation API Problem. | |
| * | |
| * This Problem must be used only when the failure is specific to one or many fields. |
| <?php | |
| /** | |
| * Zend Framework (http://framework.zend.com/) | |
| * | |
| * @link http://github.com/zendframework/zf2 for the canonical source repository | |
| * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) | |
| * @license http://framework.zend.com/license/new-bsd New BSD License | |
| */ | |
| namespace ZendTest\Serializer\Adapter; | |
| use Zend\Json\Encoder; |
| import {Directive, forwardRef, Provider} from "angular2/core"; | |
| import {NG_VALUE_ACCESSOR, ControlValueAccessor} from "angular2/common"; | |
| import {CONST_EXPR} from "angular2/src/facade/lang"; | |
| const FILE_VALUE_ACCESSOR = CONST_EXPR( | |
| new Provider(NG_VALUE_ACCESSOR, {useExisting: forwardRef(() => FileControlValueAccessor), multi: true}) | |
| ); | |
| /** | |
| * The accessor for listening to changes that is used by the |
| #!/usr/bin/env bash | |
| if [[ $# -lt 2 ]]; then | |
| echo "Invalid arguments $0 <cluster> <service>" | |
| exit 1 | |
| fi | |
| cluster=$1 | |
| service=$2 |
| name: Terraform Coding Style fixer | |
| description: 'Terraform Coding Style fixer creates a Pull Request with the suggested Coding Style fixes' | |
| on: push | |
| jobs: | |
| terraform-fmt: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout source code | |
| uses: actions/checkout@v2 | |
| with: |
Both things have been introduced recently, and let you access even private ec2 instances
# Assumes valid AWS Credentials in ENV