open-vault/ui/app/templates/components/wizard/gcp-engine.hbs

11 lines
441 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="Google Cloud"
@headerIcon="gcp"
2018-08-28 05:03:55 +00:00
@docText="Docs: Google Cloud Secrets"
@docPath="/docs/secrets/gcp/index.html"
>
<p>
2019-03-29 23:40:12 +00:00
The Google Cloud Vault Secrets Engine dynamically generates Google Cloud service account keys and OAuth tokens based on IAM policies. This enables users to gain access to Google Cloud resources without needing to create or manage a dedicated service account.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>