-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Finalize the Download Command changes #203
Conversation
@nightman68 Ready for review. CC @reviewbybees just in case |
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation. |
examples/sample-allOptions.xml
Outdated
username="aUser" password=“aPassw0rd" /> | ||
|
||
Secure Basic authentication via HTTPS: | ||
<download from="https://example.com/some.dat" to="%BASE%\some.dat" | ||
auth="basic" username="aUser" password="aPassw0rd" /> | ||
|
||
Secure authentication when the target server and the client are members of domain: | ||
Secure authentication when the target server and the client are members of the same domain: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The membership in "the same" domain is normally not the constraint. When a forest trust is defined correctly it is also working.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. "of domain" does not seem the best wording as well. Could it be there a better clarification text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right .-) My proposal:
Secure authentication when the target server and the client are members of the same domain or the server domain and the client domain belong to the same forest with a trust.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Seems it is ready to go |
This PR finalizes #126, which includes #194 from @nightman68 and #195 from me.
unsecureAuth
to the boolean flag, update docsauth
field case-insensitive