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