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

[enhancement]: Provide update self-hosted agent only Proxy parameter #4418

Closed
kkbruce opened this issue Sep 5, 2023 · 1 comment
Closed

Comments

@kkbruce
Copy link

kkbruce commented Sep 5, 2023

Describe your feature request here

We need a Proxy on our intranet to update the self-hosted agent automatically. Like this:

.\config --proxyurl http://proxy:port --proxyusername "xxx" --proxypassword "yyy"

However, we found that after setting up the Proxy, although the automatic update usually works, the original regular release operation for the intranet will become an error of being unable to find the domain location. Can the self-hosted agent have an independent parameter only provided for the automatic update of the self-hosted agent instead of being applied universally, which will affect the original call for the local scheduling task?

Like provide --updateagentproxyurl parameter:

.\config --updateagentproxyurl http://proxy:port --proxyusername "xxx" --proxypassword "yyy"

@kkbruce
Copy link
Author

kkbruce commented Sep 6, 2023

Enter User account to use for the service (press enter for NT AUTHORITY\NETWORK SERVICE) >

It was our mistake. We found that we gave the wrong account, which caused the error caused by insufficient permissions.

@kkbruce kkbruce closed this as completed Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants