You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/09/20 22:50:13 UTC

[GitHub] dangogh opened a new issue #2854: TP changing Signing Algorithm to "None" does not work

dangogh opened a new issue #2854: TP changing Signing Algorithm to "None" does not work
URL: https://github.com/apache/trafficcontrol/issues/2854
 
 
   In Traffic Portal,  I have a DeliveryService with Signing Algorithm set to "URL Signing Keys".   If I switch this to "None" and Update,  then look at that field again, it still is "URL Signing Keys".
   
   Using the API,  if I change that field to `null` and `signed` to `false`,  a PUT properly changes it to `nil` and `false` in the database.   If I leave `signed` as `true` and set `signingAlgorithm` to `null`,  the result is `signed`: `true` and `signingAlgorithm`: `url_sig`.
   
   TP and the TO API need to handle this better..

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services