Skip to content

Commit

Permalink
Update manifest and docs to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron committed Jun 17, 2022
1 parent 0f8efd5 commit 1662960
Show file tree
Hide file tree
Showing 67 changed files with 106 additions and 75 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.5.0
- Add docker image with each new build and [publish to dockerhub](https://hub.docker.com/repository/docker/venafi/venafips-module). Add the below environment variables recognition for use with docker image, but could be used outside of it as well. This is great for ci/cd scenarios and more.
- TPP_SERVER - TPP server url
- TPP_TOKEN - TPP oauth token
- VAAS_KEY - VaaS key
- Fix `Set-TppAttribute` not clearing a value. You can now pass $null to clear an object's attribute value, [#119](https://github.com/Venafi/VenafiPS/issues/119)


## 4.4.0
- Add `New-VaasApplication` to create a new application on VaaS
- Add `Get-VaasIssuingTemplate` to retrieve 1 or all certificate issuing templates on VaaS
Expand Down Expand Up @@ -379,3 +387,4 @@




4 changes: 2 additions & 2 deletions VenafiPS/VenafiPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Venafi
#
# Generated on: 05/25/2022
# Generated on: 06/17/2022
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'VenafiPS.psm1'

# Version number of this module.
ModuleVersion = '4.5'
ModuleVersion = '4.5.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.5.0
- Add docker image with each new build and [publish to dockerhub](https://hub.docker.com/repository/docker/venafi/venafips-module). Add the below environment variables recognition for use with docker image, but could be used outside of it as well. This is great for ci/cd scenarios and more.
- TPP_SERVER - TPP server url
- TPP_TOKEN - TPP oauth token
- VAAS_KEY - VaaS key
- Fix `Set-TppAttribute` not clearing a value. You can now pass $null to clear an object's attribute value, [#119](https://github.com/Venafi/VenafiPS/issues/119)


## 4.4.0
- Add `New-VaasApplication` to create a new application on VaaS
- Add `Get-VaasIssuingTemplate` to retrieve 1 or all certificate issuing templates on VaaS
Expand Down Expand Up @@ -379,3 +387,4 @@




2 changes: 1 addition & 1 deletion docs/functions/Add-TppCertificateAssociation.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Add-VenafiTeamMember.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Add-VenafiTeamOwner.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Convert-TppObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/ConvertTo-TppGuid.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/ConvertTo-TppPath.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Export-VenafiCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Find-TppClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Find-TppCodeSignEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Find-TppCodeSignProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Find-TppCodeSignTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Find-TppIdentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Find-TppObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Find-TppVaultId.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Find-VenafiCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppAttribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCodeSignConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get settings
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.

```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCodeSignEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCodeSignProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppCustomField.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppIdentityAttribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppPermission.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppSystemStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Get the status
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.

```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Get the version
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.

```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-TppWorkflowTicket.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-VenafiCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-VenafiIdentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Get-VenafiTeam.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Import-TppCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Invoke-TppCertificatePush.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Invoke-VenafiCertificateAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Move-TppObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/New-TppCapiApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/New-TppCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/New-TppCodeSignProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/New-TppCustomField.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Accept wildcard characters: False
Authentication for the function.
The value defaults to the script session object $VenafiSession created by New-VenafiSession.
A TPP token or VaaS key can also provided.
If providing a TPP token, an environment variable named TppServer must also be set.
If providing a TPP token, an environment variable named TPP_SERVER must also be set.
```yaml
Type: PSObject
Expand Down
Loading

0 comments on commit 1662960

Please sign in to comment.