[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Condor 23.10.1 compatibility problem with Conda



Jamie, perfect!

The if-else configuration option (which I just confirmed worked for me) will help smooth out the transition until all of our client software is updated to use the latest Python bindings.

P.S. I would like to point a few people to this discussion thread, so please advertise here when remote access to the mail archive is available again.

Thanks.

> On Oct 25, 2024, at 6:24âAM, Jaime Frey via HTCondor-users <htcondor-users@xxxxxxxxxxx> wrote:
> 
> The new and legacy security meta-knobs both enable stronger security than not setting a security meta-knob. The main difference between the two is that the new knob allows READ-level commands to be performed without authentication but with encryption and integrity. The old knob tried to allow unauthenticated READ commands, but was incomplete in that regard.
> 
> For HTCondor 24.0, weâll be changing the 00-security configuration file to the following:
> 
> if version >= 23.10.0
>    use security:recommended
> else
>    use security:recommended_v9_0
> endif
> 
> 
> This will allow newer binaries to use the new meta-knob and older binaries (like user-installed python bindings) to use the old meta-knob.


â
Stuart Anderson
sba@xxxxxxxxxxx