Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export/import enhancements, cert approvals, graph ql #312

Merged
merged 6 commits into from
Dec 12, 2024

Conversation

gdbarron
Copy link
Collaborator

@gdbarron gdbarron commented Dec 6, 2024

  • Add Invoke-VcGraphQL for queries and mutations. This isn't used for much as of now, but the framework is here for when it's needed.
  • Update Get-VcData to use Invoke-VcGraphQL for Application and Team id and names. Quite often we are just converting names into IDs so graphql should give us a performance bump as opposed to the REST api.
  • Add Initialize-PSSodium -Force to force installation of the module if it doesn't exist. This is used by the new parameters Export-VcCertificate -Force, Import-VcCertificate -Force, New-VcMachine -Force, New-VcMachineCommonKeystore -Force, and New-VcMachineIis -Force.
  • Updates to better facilitate moving certificates/keys between environments.
    • Update Export-VcCertificate -PKCS12 to allow exporting to base64 in addition to a file.
    • Add standard names for Format in return objects in TLSPC and TLSPDC.
    • Add PrivateKeyPasswordCredential in return objects to keep from having to provide again further down the pipeline
  • Add Set-VcCertificateRequest to approve requests. Optionally, use -Wait for the certificate to be issued and certificate details to be available.
  • Deprecated Add-VcCertificateAssociation

@gdbarron gdbarron self-assigned this Dec 6, 2024
@gdbarron gdbarron merged commit b613bd1 into main Dec 12, 2024
5 checks passed
@gdbarron gdbarron deleted the export-import-enhancements branch December 12, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant