Skip to content

Releases: DataDog/vault-plugin-secrets-azure

v0.14.2-dd.2

30 May 18:42
9c8569b
Compare
Choose a tag to compare
Merge pull request #16 from DataDog/bhowe34/auto-renew-passwords

PPLAT-1532: auto renew passwords

v0.14.2-dd.1

22 May 22:50
a291999
Compare
Choose a tag to compare
PROD-347: Add access token endpoint

Adds the <mountPath>/token/<role> endpoint to return an Oauth access
token. This access token is not leased because these tokens have a TTL
of 60m and are not revokable upstream.

Caveats:
- The <mountPath>/roles/<role> backend will create a separate App/SP
  with the same logic as the <mountPath>/roles/<role> creds. So, a
  unified App/Service Principal is not used between the various
  endpoints for a given role.
- No changes were made to how deleting a role revokes the cloud
  resources used by the <mountPath>/creds/<role> endpoint.
- An "existing Service Principal" still creates an App password as
  opposed to a service principal password.

v0.12.0-dd.0

05 Apr 23:40
b479907
Compare
Choose a tag to compare
PROD-347: Add access token endpoint

Adds the <mountPath>/token/<role> endpoint to return an Oauth access
token. This access token is not leased because these tokens have a TTL
of 60m and are not revokable upstream.

Caveats:
- The <mountPath>/roles/<role> backend will create a separate App/SP
  with the same logic as the <mountPath>/roles/<role> creds. So, a
  unified App/Service Principal is not used between the various
  endpoints for a given role.
- No changes were made to how deleting a role revokes the cloud
  resources used by the <mountPath>/creds/<role> endpoint.
- An "existing Service Principal" still creates an App password as
  opposed to a service principal password.

v0.6.2-dd.5

08 Jul 23:10
876a221
Compare
Choose a tag to compare
Merge pull request #10 from DataDog/mdgreenfield/fix-nonexistent-grou…

…ps-roles

PROD-NR: Fix errors in deleting/updating roles

v0.6.2-dd.4

16 Mar 19:29
1de81c0
Compare
Choose a tag to compare
Merge pull request #9 from DataDog/mdgreenfield/PROD-599-ms-graph-api

PROD-599: Use the MS Graph API for atomic add/remove password operations

v0.6.2-dd.3

02 Mar 20:27
a6fc0c6
Compare
Choose a tag to compare
Merge pull request #8 from DataDog/mdgreenfield/PROD-599

PROD-599: Add debug logging for creating access tokens

v0.6.2-dd.2

18 Nov 00:06
edf6d2f
Compare
Choose a tag to compare
Merge pull request #7 from DataDog/mdgreenfield/rebase

PROD-487: Update ServicePrincipal WAL cleanup logic based on forked changes

v0.6.2-dd.1

18 Nov 00:00
049557c
Compare
Choose a tag to compare
PROD-489: Remove role_assignment_id from azure/roles/:name read response

v0.6.1-dd.5

26 Oct 21:08
d8948bf
Compare
Choose a tag to compare
Merge pull request #6 from DataDog/mdgreenfield/PROD-489

PROD-489: Fix dynamic ServicePrincipal Azure Group/Role updates

v0.6.1-dd.4

07 Jul 15:31
215d42c
Compare
Choose a tag to compare
Merge pull request #5 from DataDog/mdgreenfield/PROD-347-az-resource-…

…leak

PROD-347: Fix AZ resource leak on delete