Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Akeyless Provider
I want to use the Pulumi akeyless package (akeyless) in my project.
## Provider details
- Package: akeyless
- Version: 2.0.1
- Publisher: akeyless-community
- Source: opentofu
- Repository: https://github.com/akeyless-community/terraform-provider-akeyless
## Documentation
The Pulumi Cloud Registry API serves canonical, up-to-date docs for this package — including private packages and every published version. Send the "Accept: text/markdown" header for clean readable content, or "application/json" for structured data.
Start at the navigation tree, which cross-links to the readme, installation guide, and per-resource docs URL template:
- https://api.pulumi.com/api/registry/packages/opentofu/akeyless-community/akeyless/versions/latest/nav
Returns a summary by default. The full tree can be hundreds of kB for large providers, so prefer targeted search: append "?q=<query>&depth=full" to filter by resource/function title or token (for example "?q=bucket&depth=full"). Only request the full nav without a query if you actually need to enumerate every resource.
Other endpoints:
- Overview and getting started: https://api.pulumi.com/api/registry/packages/opentofu/akeyless-community/akeyless/versions/latest/readme
- Installation and configuration: https://api.pulumi.com/api/registry/packages/opentofu/akeyless-community/akeyless/versions/latest/installation
- Per-resource/function docs: https://api.pulumi.com/api/registry/packages/opentofu/akeyless-community/akeyless/versions/latest/docs/{token}?lang={lang}
Replace {token} with the percent-encoded token from the nav response (for example aws:s3/bucket:Bucket).
Replace {lang} with typescript, python, go, csharp, java, or yaml.
Fetch the installation endpoint above for the correct setup steps — install instructions vary between native providers, bridged Terraform providers, and component packages.
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Generate Provider
The Akeyless provider must be installed as a Local Package by following the instructions for Any Terraform Provider:
pulumi package add terraform-provider akeyless-community/akeyless
Overview
The Akeyless provider provides resources to interact with Akeyless services.
Example Usage
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: nodejs
config:
akeyless:apiGatewayAddress:
value: https://api.akeyless.io
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: python
config:
akeyless:apiGatewayAddress:
value: https://api.akeyless.io
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: dotnet
config:
akeyless:apiGatewayAddress:
value: https://api.akeyless.io
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: go
config:
akeyless:apiGatewayAddress:
value: https://api.akeyless.io
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: yaml
config:
akeyless:apiGatewayAddress:
value: https://api.akeyless.io
Example currently unavailable in this language
# Pulumi.yaml provider configuration file
name: configuration-example
runtime: java
config:
akeyless:apiGatewayAddress:
value: https://api.akeyless.io
Example currently unavailable in this language
Configuration Reference
apiGatewayAddress(String) Origin URL of the API Gateway server. This is a URL with a scheme, a hostname and a port.apiKeyLogin(Block List) A configuration block, described below, that attempts to authenticate using API-Key. (see below for nested schema)awsIamLogin(Block List) A configuration block, described below, that attempts to authenticate using AWS-IAM authentication credentials. (see below for nested schema)azureAdLogin(Block List) A configuration block, described below, that attempts to authenticate using Azure Active Directory authentication. (see below for nested schema)certLogin(Block List) A configuration block, described below, that attempts to authenticate using Certificate authentication. The Certificate and the Private key can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_CERT and AKEYLESS_AUTH_KEY. (see below for nested schema)emailLogin(Block List) A configuration block, described below, that attempts to authenticate using email and password. (see below for nested schema)gcpLogin(Block List) A configuration block, described below, that attempts to authenticate using GCP-IAM authentication credentials. (see below for nested schema)jwtLogin(Block List) A configuration block, described below, that attempts to authenticate using JWT authentication. The JWT can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_JWT. (see below for nested schema)tokenLogin(Block List) A configuration block, described below, that attempts to authenticate using akeyless token. The token can be provided as a command line variable or it will be pulled out of an environment variable named AKEYLESS_AUTH_TOKEN. (see below for nested schema)uidLogin(Block List) A configuration block, described below, that attempts to authenticate using Universal Identity authentication. (see below for nested schema)
Nested Schema for apiKeyLogin
Required:
accessId(String)accessKey(String, Sensitive)
Nested Schema for awsIamLogin
Required:
accessId(String)
Nested Schema for azureAdLogin
Required:
accessId(String)
Nested Schema for certLogin
Required:
accessId(String)
Optional:
certData(String, Sensitive)certFileName(String)keyData(String, Sensitive)keyFileName(String)
Nested Schema for emailLogin
Required:
adminEmail(String)adminPassword(String)
Nested Schema for gcpLogin
Required:
accessId(String)
Optional:
audience(String)
Nested Schema for jwtLogin
Required:
accessId(String)jwt(String, Sensitive)
Nested Schema for tokenLogin
Required:
token(String, Sensitive)
Nested Schema for uidLogin
Required:
uidToken(String, Sensitive)
Optional:
accessId(String)
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community