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

Allow providing port as an input parameter to New-VenafiSession. #305

Closed
Alex-Gomez-Lopez opened this issue Nov 1, 2024 · 1 comment
Closed

Comments

@Alex-Gomez-Lopez
Copy link

Summary of the new feature/enhancement

It would be great to have a Port parameter for specifying the TCP port where the endpoint provided in Server parameter listens on.

Currently, the Server parameter does not work when a port is appended at the end, so for instance strings "https://tpp03.corp03.com:8443" or "tpp03.corp03.com:8443" give an error. That means that only "https://tpp03.corp03.com" or "tpp03.corp03.com" can be provided for that parameter, both of which assume port 443.

Alternatively, the Server parameter could be enhanced so the two failing strings from the paragraph above are correctly parsed into an IP address and a TCP port.

@gdbarron
Copy link
Collaborator

gdbarron commented Nov 1, 2024

Available in v6.5.2.

@gdbarron gdbarron closed this as completed Nov 1, 2024
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

No branches or pull requests

2 participants