Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Deimos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • performance
  • storage
  • Deimos
  • Merge requests
  • !29

S3 authorisation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sophie Wenzel-Teuber requested to merge s3_authorisation into devel Apr 15, 2020
  • Overview 1
  • Commits 1
  • Pipelines 5
  • Changes 20

Adding the authorisation of Amazon users. The implementation closely follows https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html.

The goal is to have simple calls to an authorisation object in the request handlers that then calculate the signature from the message and compare it with the one given in the message headers.

Appropriate errors are send when this fails!

Tests cover the public functions.

Edited Apr 15, 2020 by Sophie Wenzel-Teuber
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: s3_authorisation