-
Notifications
You must be signed in to change notification settings - Fork 351
Add Traffic Ops Golang user/current #2405
Conversation
|
Refer to this link for build results (access rights to CI server needed): |
27d1c6c to
67c57f7
Compare
|
Refer to this link for build results (access rights to CI server needed): |
67c57f7 to
ce4536f
Compare
|
Refer to this link for build results (access rights to CI server needed): |
ce4536f to
efba3ee
Compare
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
This pr is ready to go, manually verified and all tests pass. |
13c5ca2 to
dc42ec9
Compare
dc42ec9 to
5b9840a
Compare
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
| {1.1, http.MethodGet, `user/{id}/deliveryservices/available/?(\.json)?$`, user.GetAvailableDSes(d.DB), auth.PrivLevelReadOnly, Authenticated, nil}, | ||
| {1.2, http.MethodPost, `user/login/?$`, wrapAccessLog(d.Secrets[0], auth.LoginHandler(d.DB, d.Config)), 0, NoAuth, nil}, {1.3, http.MethodPost, `user/login/?$`, auth.LoginHandler(d.DB, d.Config), 0, NoAuth, nil}, | ||
| {1.2, http.MethodPost, `user/login/?$`, wrapAccessLog(d.Secrets[0], auth.LoginHandler(d.DB, d.Config)), 0, NoAuth, nil}, | ||
| {1.3, http.MethodPost, `user/login/?$`, auth.LoginHandler(d.DB, d.Config), 0, NoAuth, nil}, |
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.
It was an oversight that the wrapAccessLog was added to 1.2 and not to 1.3, it should be added here.
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.
Fixed.
|
Refer to this link for build results (access rights to CI server needed): |
No description provided.