We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ensure that the methods in SignBlobInterface, Iam, and IamSignerTrait work outside the GDU
SignBlobInterface
Iam
IamSignerTrait
The text was updated successfully, but these errors were encountered:
signBlob is implemented in two different places:
signBlob
ServiceAccountSignerTrait
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.
Sorry, something went wrong.
No branches or pull requests
Ensure that the methods in
SignBlobInterface
,Iam
, andIamSignerTrait
work outside the GDUThe text was updated successfully, but these errors were encountered: