Plugin-framework provider covering projects, environments, applications, Compose stacks, managed databases, domains, mounts, ports, redirects, basic auth, registries, SSH keys, certificates and backup destinations, over Dokploy's tRPC-over-REST API. The shim package exposes the provider to other Go modules, which is how pulumi-dokploy bridges it.
956 B
956 B
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| dokploy_security Resource - dokploy | HTTP basic authentication credentials protecting an application's domains. ~> Dokploy stores the password hashed and does not return it. The value in Terraform state is the one you configured. |
dokploy_security (Resource)
HTTP basic authentication credentials protecting an application's domains.
~> Dokploy stores the password hashed and does not return it. The value in Terraform state is the one you configured.
Schema
Required
application_id(String) Application these credentials protect.password(String, Sensitive) Basic auth password.username(String) Basic auth username.
Read-Only
created_at(String) RFC 3339 timestamp of when the credentials were created.id(String) Unique credential identifier.