Why do I need to link application identities?
Abbey can be used to control access to resources in external applications. Abbey knows the email you sign up with in the app, and this can be used when creating Abbey grant kits. However, if you are referencing an external application, Abbey needs to know about your identity data in an external application in order to control access to resources in the application.
Let's take a look at the output block of the following Grant Kit:
In this example, when the grant kit approves access to the github_team_membership
resource, Abbey creates a Terraform resource which associates the username with the team. Here we refer to the username as .user.github.username
. However, Abbey has no way of knowing this username until you link the Github username into Abbey!
Last updated