Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion aws/docker-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ IMAGES=(
mozilla/fxa-auth-server
mozilla/fxa-content-server
mozilla/fxa-customs-server
mozilla/fxa-oauth-server
mozilla/syncserver
mozilla/fxa-profile-server
mozilla/pushbox
Expand Down
11 changes: 11 additions & 0 deletions aws/environments/aet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
region: us-west-2
subdomain: aet.dev
hosted_zone: lcip.org
ssl_certificate_arn: arn:aws:acm:us-west-2:927034868273:certificate/74e4edea-7418-40d5-9f6f-3a76fdf44341

owner: "rfkelly@mozilla.com"
reaper_spare_me: "true"

auth_docker_tag: dockerpush.aet
fxadev_git_version: aet-dev-environment
1 change: 1 addition & 0 deletions roles/content/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
ANSIBLE_RESTART_FIVE: 'true'
SCOPED_KEYS_VALIDATION: "{{ content_scoped_keys_validation }}"
ALLOWED_METRICS_FLOW_ORIGINS: "null,http://localhost:8001,http://localhost:8000,http://localhost:8000,https://www.mozilla.org,https://www.allizom.org,https://www-demo5.allizom.org,https://www-demo4.allizom.org,https://www-demo3.allizom.org,https://www-dev.allizom.org,https://fx-breach-alerts.herokuapp.com,https://monitor-v2.herokuapp.com"
ECOSYSTEM_ANON_ID_KEYS_FILE: "/tmp/ecosystem_keys.json"
register: container

- debug: var=container
Expand Down
4 changes: 3 additions & 1 deletion roles/oauth/templates/config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@
"imageUri": "{{ oauth_public_url }}/img/logo@2x.png",
"redirectUri": "urn:ietf:wg:oauth:2.0:oob",
"trusted": true,
"canGrant": true
"publicClient": true,
"canGrant": true,
"allowedScopes": "https://identity.mozilla.com/apps/oldsync https://identity.mozilla.com/tokens/session"
},
{
"id": "3332a18d142636cb",
Expand Down