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
Hi
we are using https://github.com/GoogleCloudPlatform/professional-services/tree/main/tools/spiffe-gcp-proxy to setup workload identity provider. To attest on-prem workload and establish a connectivty to GCP to fetch tokens .
Unfortunately the steps are not clear w.r.t Spiffe-proxy installation and further steps on attesting workloads.
When I try to run the proxy binary with required parameters, it runs in background and I tried to fetch token using
$curl -v "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/[email protected]/token" -H "Metadata-Flavor: Google"
It returns
Query: 1.How we know following steps are executed without errors
2.How to implement this entire setup in an automated way, like github action etc.,
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
we are using https://github.com/GoogleCloudPlatform/professional-services/tree/main/tools/spiffe-gcp-proxy
to setup workload identity provider.
To attest on-prem workload and establish a connectivty to GCP to fetch tokens .
Unfortunately the steps are not clear w.r.t Spiffe-proxy installation and further steps on attesting workloads.
When I try to run the proxy binary with required parameters, it runs in background and I tried to fetch token using
$curl -v "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/[email protected]/token" -H "Metadata-Flavor: Google"
It returns
Query:
1.How we know following steps are executed without errors
2.How to implement this entire setup in an automated way, like github action etc.,
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: