Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify Sign Blob works outside GDU #589

Open
bshaffer opened this issue Nov 19, 2024 · 1 comment
Open

Verify Sign Blob works outside GDU #589

bshaffer opened this issue Nov 19, 2024 · 1 comment

Comments

@bshaffer
Copy link
Contributor

Ensure that the methods in SignBlobInterface, Iam, and IamSignerTrait work outside the GDU

@bshaffer
Copy link
Contributor Author

signBlob is implemented in two different places:

  1. In the ServiceAccountSignerTrait - the signing key is used to sign the blob directly. No network call is made
  2. In the IamSignerTrait - The Iam helper class is used to make an API call to the IAM API in order to sign the blob.

In the case of (1), no network call is made (it's already Universe Domain agnostic).
In the case of (2), the IAM object is created with the configured universe domain. Because the universe domain is already supported in Iam::signBlob, this is supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant