Giter Club home page Giter Club logo

awsv4auth-extension's Introduction

Amazon AWS Signature Version 4 Connector - Mule 4.x

Amazon AWS Signature Version 4 is the process to add authentication information to AWS requests sent over HTTP. This connector allows you to build the signature to allow you to call an AWS service over HTTP.

The diagram below shows the process to create the signature.

Exmple Project

An example project can be found here

โ— This connector has been created and provided free of charge to the MuleSoft developer community. While issues can be reported, there is no guarantee for support.

Date Format

#[output application/json --- (now() >> "UTC") as DateTime  {format:"yyyyMMdd'T'HHmmss'Z'"}]

HTTP Request Headers

#[output application/java
---
{
    "Authorization" : vars.authString,
    "Content-Type" : "application/json",
    "X-Amz-Date" : vars.xAmzDate ++ "",
    "Host" : "lambda.us-east-1.amazonaws.com"
}]

Instructions

  1. Clone the Repo
  2. Change the pom.xml groupId to match your organization id in your Anypoint Platform organization
  3. Modify your Maven settings.xml file and add the following server
<server>
    <id>exchange-server</id>
    <username>YOUR_ANYPOINT_PLATFORM_ID</username>
    <password>YOUR_ANYPOINT_PLATFORM_PASSWORD</password>
</server>
  1. Deploy the connector to your Exchange using Maven: mvn clean -DskipTests deploy
  2. Consume connector in Anypoint Studio by downloading from Exchange.

Updates

Last Updated September 14, 2020

Reporting Issues

You can report new issues at this link https://github.com/djuang1/awsv4auth-extension/issues.

awsv4auth-extension's People

Contributors

djuang1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.