Skip to content

Improve logging when DTS rotateKey push fails (HTTP 405 / security key) #3

Description

@natechadwick-intsof

Summary

CMS logs HTTP 405 when pushing encryption key rotation to DTS after publish:

ERROR PSDeliveryClient  Error when executing method : HTTP/1.1 405 …
WARN  PSDeliveryInfoService  Unable to push updated security key to DTS server:https://localhost:8443

Call: PUT /feeds/rss/rotateKey on the delivery admin URL (e.g. https://localhost:8443/feeds/rss/rotateKey), body = Base64 secure key, expect 204.

Gaps

  • WARN only shows admin base URL, not full path/method/status
  • ERROR dumps Tomcat HTML error page
  • Non-fatal but keys can desync; operators lack actionable text

Proposed fix

Improve logging (full URL, method, status, short reason + “check feeds app / credentials / availableServices”). Optionally document curl check for 8.1.x operators.

Related

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions