The first is easy - read up on winstone (i.e. google it) and configure SSL support OR (much easier in my opinion and far more robust) deploy jenkins.war in your own secured servlet container.
Not so sure about the second one - I'll defer to others in the group on that, especially since there have been many past discussions on this very thing (search this group for such past discussions).
Thanks,
Ben
Sent from my Android phone.
The login password fields are determined by the authentication plugin
you use, so in a sense this is pluggable anyway, if somebody took the
time to write a SPNEGO security realm you'd have no password field at
all.
>
> Not so sure about the second one - I'll defer to others in the group on
> that, especially since there have been many past discussions on this very
> thing (search this group for such past discussions).
>
Use a different markup formatter, e.g.
http://www.cloudbees.com/jenkins-nectar-features-wiki.cb (ho hum...
yes I know that is pimping our commercial version)
> On 4 August 2011 00:16, Ben Castellucci <ben...@gmail.com> wrote:
>> The first is easy - read up on winstone (i.e. google it) and configure SSL
>> support OR (much easier in my opinion and far more robust) deploy
>> jenkins.war in your own secured servlet container.
>
> The login password fields are determined by the authentication plugin
> you use, so in a sense this is pluggable anyway, if somebody took the
> time to write a SPNEGO security realm you'd have no password field at
> all.
>
>>
>> Not so sure about the second one - I'll defer to others in the group on
>> that, especially since there have been many past discussions on this very
>> thing (search this group for such past discussions).
>>
>
> Use a different markup formatter, e.g.
> http://www.cloudbees.com/jenkins-nectar-features-wiki.cb (ho hum...
> yes I know that is pimping our commercial version)
>
There are 2 free formatters available for Jenkins which will prevent
users from directly entering HTML into the page
1. Use Markdown with the [PegDown Formatter Plugin] [1] and enable the
"SUPPRESS_ALL_HTML" option to strip all HTML elements from the Markdown.
Links, images, lists, tables, emphasis, etc., can all be added
safely using Markdown.
2. Use the [Escaped Markup Plugin] [2] which will escape all HTML in
the descriptions.
[1]: https://wiki.jenkins-ci.org/display/JENKINS/PegDown+Formatter+Plugin
[2]: https://wiki.jenkins-ci.org/display/JENKINS/Escaped+Markup+Plugin
Bap.