mitchell852 opened a new issue #5339:
URL: https://github.com/apache/trafficcontrol/issues/5339
## I'm submitting a ...
- improvement request (usability, performance, tech debt, etc.)
## Traffic Control components affected ...
- Traffic Ops
## Current behavior:
It appears that the following routes do not create change log entries but I
just observed this. Didnt dig too far.
```
{api.Version{3, 0}, http.MethodPost,
`deliveryservices/sslkeys/add$`, deliveryservice.AddSSLKeys,
auth.PrivLevelAdmin, Authenticated, nil, 28728785833, noPerlBypass},
{api.Version{3, 0}, http.MethodDelete,
`deliveryservices/xmlId/{xmlid}/sslkeys$`, deliveryservice.DeleteSSLKeys,
auth.PrivLevelOperations, Authenticated, nil, 29267343, noPerlBypass},
{api.Version{3, 0}, http.MethodPost,
`deliveryservices/sslkeys/generate/?$`, deliveryservice.GenerateSSLKeys,
auth.PrivLevelOperations, Authenticated, nil, 2534390513, noPerlBypass},
```
## New behavior:
They should.
## Minimal reproduction of the problem with instructions:
Hit one of those routes. If it didn't create a change log entry, it needs
one.
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]