Skip to content

Commit

Permalink
Remove nonexistent permission from Licence Finder API user.
Browse files Browse the repository at this point in the history
This was causing the Signon API to crash when attempting to create the
Authorisation.

Licence Finder doesn't currently have any additional permissions
on its Authorisation for Publishing API. Publishing API doesn't have a
permission called `internal_app` (or anything similar).

https://trello.com/c/F7vSHnws/841
  • Loading branch information
sengi committed Mar 28, 2022
1 parent 086c5df commit 97a3003
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 97a3003

Please sign in to comment.