Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tailsdotcom/terraform-provider-scram
Terraform provider for managing RFC 7677 SCRAM.
https://github.com/tailsdotcom/terraform-provider-scram
golang scram terraform terraform-provider
Last synced: 29 days ago
JSON representation
Terraform provider for managing RFC 7677 SCRAM.
- Host: GitHub
- URL: https://github.com/tailsdotcom/terraform-provider-scram
- Owner: tailsdotcom
- License: mpl-2.0
- Created: 2021-03-02T16:18:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T10:16:59.000Z (10 months ago)
- Last Synced: 2024-03-27T14:24:15.893Z (9 months ago)
- Topics: golang, scram, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/tailsdotcom/scram/latest
- Size: 179 KB
- Stars: 1
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Terraform Provider for SCRAM
A provider to hash passwords as RFC 7677 SCRAM.
At the moment it only implements SHA-256 as used by PostgreSQL (PRs welcome).