-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #448 from Venafi/token-url-attribute
Adds tokenURL attribute for VCP service account authentication
- Loading branch information
Showing
31 changed files
with
2,236 additions
and
1,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,29 @@ | ||
## 5.6.2 (April 4th, 2024) | ||
VCert SDK: | ||
- Removes `TenantID` from `endpoint.Authentication` struct | ||
- `cloud.Connector` will use `endpoint.Authentication.OAuthProvider.TokenURL` instead of building the URL (using the | ||
`tenantID`) to obtain the access token | ||
|
||
VCert CLI: | ||
- Removes `--tenant-id` flag for `getcred` command | ||
- Adds `--token-url` flag for `getcred` command | ||
|
||
VCert Playbook: | ||
- Removes `tenantId` attribute from `config.connection.credentials` object | ||
- Now uses `config.connection.credentials.idP.tokenURL` for Venafi Control Plane service account authentication | ||
|
||
## 5.6.1 (April 2nd, 2024) | ||
VCert SDK: | ||
- Adds UserAgent header to api requests for TPP, Cloud and Firefly connectors | ||
- Adds functionality to convert a Platform type to a ConnectorType enum | ||
|
||
## 5.6.0 (March 28th, 2024) | ||
- Adds support for service account authentication in TLSPC connector | ||
- Adds new attributes to CLI `getcred` command: `tenant-id` and `external-jwt` for service account authentication | ||
- Adds support for service account authentication to VCert playbooks | ||
VCert SDK: | ||
- Adds support for service account authentication in Cloud connector | ||
|
||
VCert CLI: | ||
- Adds new attributes to `getcred` command: `tenant-id` and `external-jwt` for Venafi Control Plane (VCP) service | ||
account authentication | ||
|
||
VCert playbook: | ||
- Adds support for service account authentication to VCert playbooks |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.