Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 946 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 946 Bytes

docker-aws-azure-ad

Security Lint

This container is used to perform AWS SSO using Azure AD. The image was bases on https://github.com/sportradar/aws-azure-login

It exports the AWS vars to the /work/.env

How to use

Inside the docker-compose

services:
  azure-auth:
      image: dnxsolutions/docker-aws-azure-ad:1.0.0
      volumes:
        - ./.env.auth:/work/.env
      environment:
        - AZURE_TENANT_ID
        - AZURE_APP_ID_URI

This image requires two Azure AD environemnt variables
- AZURE_TENANT_ID, to check the correct value, please log in into Azure portal -> AD -> Tenant ID is displayed
- AZURE_APP_ID_URI, to check the correct value, please log in into Azure portal -> AD -> Enterprise Applications -> Amazon Web Services (AWS)  -> Application ID is displayed