GithubHelp home page GithubHelp logo

aws-modernization-with-kong's Introduction

Hugo Theme Installation

The Hugo Learn Theme is referenced by git submodule. To download it, run the following commands:


$ git submodule update --init --recursive

$ git submodule update --remote --merge

Hugo Installation

On Mac, use brew to install the Hugo server.

$ brew install hugo

Start the Hugo Server for Local Development

Start the Hugo server to view your website. This will render in memory.

hugo server

Generate Your Content to Disk

To render your pages to disk (for publishing), you can run your server with the following flag:

hugo server --renderToDisk

or use the hugo command to perform a one-time generation.

hugo

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

aws-modernization-with-kong's People

Contributors

anshrma avatar coreyjwood avatar jamesbland123 avatar samdengler avatar switch180 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-modernization-with-kong's Issues

Question about Kong workshop

I was checking this documentation https://kong.awsworkshop.io/plugin-resources/oidc.html ,
I believe that I need to have a AWS::ECS::TaskDefinition with image being kong-2.3.3
and environment as described at the webpage,

ContainerDefinitions:
        - Name: ...
          Image: ...
          ...
          Environment:
            ...
            - Name: COGNITO_CLIENT_ID
              Value: !Ref CognitoClientId
            - Name: COGNITO_POOL_ID
              Value: !Ref CognitoPoolId
            - Name: ISSUER
              Value: !Join
                - '-'
                - - 'https://cognito-idp.'
                  - !Ref Region
                  - '.amazonaws.com/'
                  - !Ref CognitoPoolId
                  - '/.well-known/openid-configuration'
            - Name: CLIENT_SECRET
              Value: !Ref CognitoSecret

So, considering that I got right to this part,
how should I pragmatically add the plugin for auth against cognito?
Do I need to change something at the image level?
Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.