renovate-encrypted-secret

bendrucker/renovate-encrypted-secret/rsa

Terraform Module HCL RSA

Terraform module for encrypting secrets for Renovate (https://app.renovatebot.com/encrypt)

Install
module "renovate-encrypted-secret" {
source = "bendrucker/renovate-encrypted-secret/rsa"
version = "1.0.3"
}
plain text: /constructs/tfmod-bendrucker-renovate-encrypted-secret-rsa/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-rsa-renovate-encrypted-secret ![terraform module](https://registry.terraform.io/modules/bendrucker/renovate-encrypted-secret/rsa) > Terraform module for encrypting secrets for Renovate Deprecated: Replaced by terraform-gpg-renovate-encrypted-secret. Renovate now uses GPG encryption and includes organization/repository scopes in the encrypted payload. GPG encryption also removes the plaintext size limitation imposed by RSA. While hosted Renovate continues to support RSA-encrypted secrets, users may be required to move to GPG in the future. Renovate is a tool for automatically updating dependencies in your projects, similar to GitHub Dependabot. As a native service, Dependabot has its own built-in category of GitHub organization secrets for accessing private registries. Renovate, a

Inputs (2)
NameTypeDescriptionDefault
plaintextstringThe secret text to encrypt required
public_keystringThe public key used to encrypt the plaintext value"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgk
Outputs (1)
ciphertext — The encrypted ciphertext for use in Renovate configurations
Resources (1)
rsa_ciphertext
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.3
Cloud RSA
★ Stars0
Forks0
Total downloads861
Inputs2
Outputs1
Resources1
Examples2
LicenseMIT
Namespacebendrucker
Updated