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/05/14 17:39:28 UTC

[trafficcontrol] branch master updated (b58df9d -> e2f1d69)

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 b58df9d  Add struct name to example function name (#5846)
     add e2f1d69  Updated TV Postgres to use AES encryption for URL Sig Keys (#5843)

No new revisions were added by this update.

Summary of changes:
 docs/source/admin/traffic_vault.rst                |  4 +-
 traffic_ops/app/db/trafficvault/create_tables.sql  |  2 +-
 .../trafficvault/backends/postgres/encrypt.go      | 96 ++++++++++++++++++++++
 .../trafficvault/backends/postgres/postgres.go     | 18 ++--
 .../trafficvault/backends/postgres/url_sig_keys.go | 22 +++--
 5 files changed, 129 insertions(+), 13 deletions(-)
 create mode 100644 traffic_ops/traffic_ops_golang/trafficvault/backends/postgres/encrypt.go