Skip to content

Commit

Permalink
Merge pull request #308 from alphagov/sengi/fix-bootstrap-signon
Browse files Browse the repository at this point in the history
Remove nonexistent permission from Licence Finder API user.
  • Loading branch information
sengi authored Mar 28, 2022
2 parents 372de77 + 97a3003 commit 4a52622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/signon-resources/templates/bootstrap-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ spec:
"username": "licence-finder",
"email": "licence-finder@{{ .Values.govukEnvironment }}.{{ .Values.govukDomainExternal }}",
"bearer_tokens": [
{ "application_slug": "publishing-api-ec2", "permissions": ["internal_app"] }
{ "application_slug": "publishing-api-ec2" }
]
}
}
Expand Down

0 comments on commit 4a52622

Please sign in to comment.