You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2021/06/15 18:05:19 UTC

[trafficcontrol] branch master updated (348875a -> dfdbfe9)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 348875a  Make TC Cache Config RPM dependencies platform-agnostic (#5900)
     add dfdbfe9  Re-encrypt Tool for TV Postgres (#5913)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 CHANGELOG.md                                       |   1 +
 docs/source/admin/traffic_vault.rst                |  61 +++-
 lib/go-util/encrypt.go                             |  77 +++++
 traffic_ops/app/db/reencrypt/reencrypt.conf        |   8 +
 traffic_ops/app/db/reencrypt/reencrypt.go          | 364 +++++++++++++++++++++
 traffic_ops/build/build_rpm.sh                     |   5 +
 traffic_ops/build/traffic_ops.spec                 |   7 +
 .../trafficvault/backends/postgres/encrypt.go      |  47 ---
 .../trafficvault/backends/postgres/postgres.go     |  10 +-
 .../backends/postgres/uri_signing_keys.go          |   7 +-
 .../trafficvault/backends/postgres/url_sig_keys.go |   5 +-
 12 files changed, 530 insertions(+), 63 deletions(-)
 create mode 100644 lib/go-util/encrypt.go
 create mode 100644 traffic_ops/app/db/reencrypt/reencrypt.conf
 create mode 100644 traffic_ops/app/db/reencrypt/reencrypt.go