Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@SimonBarendse SimonBarendse released this 30 Oct 13:07
· 190 commits to master since this release
v0.3.0
a78dcb9

This release adds everything you need to manage service accounts. Create service accounts that use a key-file or AWS native identity. You can then set access rules to give the accounts permission to the secrets it needs.

You can use this to provision your applications, CI runners or any other place you use SecretHub with their own service account.

Addded

  • Access Rule resource
  • Service resource
  • AWS Service resource

Deprecated

  • path_prefix, use Terraform's native variables instead. See examples/rds.tf for an example.