You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2023/01/09 17:14:54 UTC

[trafficcontrol] branch master updated: adds SSL-KEY-EXPIRATION:READ permission (#7273)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a5e85bba69 adds SSL-KEY-EXPIRATION:READ permission (#7273)
a5e85bba69 is described below

commit a5e85bba69f2b373a98c29376067be422c301e6b
Author: Jeremy Mitchell <mi...@users.noreply.github.com>
AuthorDate: Mon Jan 9 10:14:47 2023 -0700

    adds SSL-KEY-EXPIRATION:READ permission (#7273)
    
    * adds SSL-KEY-EXPIRATION:READ permission
    
    * adds changelog entry
---
 CHANGELOG.md                 | 1 +
 traffic_ops/app/db/seeds.sql | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5689311de1..c1fbf13ab2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 - [#2388](https://github.com/apache/trafficcontrol/issues/2388) *Trafic Ops, Traffic Portal* Added the `TTLOverride` field to CDNs, which lets you override all TTLs in all Delivery Services of a CDN's snapshot with a single value
 - [#7176](https://github.com/apache/trafficcontrol/pull/7176) *ATC Build system* Support building ATC for the `aarch64` CPU architecture
 - [#7113](https://github.com/apache/trafficcontrol/pull/7113) *Traffic Portal* Minimize the Server Server Capability part of the *Traffic Servers* section of the Snapshot Diff
+- [#7273](https://github.com/apache/trafficcontrol/pull/7273) *Traffic Ops* Adds SSL-KEY-EXPIRATION:READ permission to operations, portal, read-only, federation and steering roles
 
 ### Changed
 - [#7224](https://github.com/apache/trafficcontrol/pull/7224) *Traffic Ops* Required Capabilities are now a part of the `DeliveryService` structure.
diff --git a/traffic_ops/app/db/seeds.sql b/traffic_ops/app/db/seeds.sql
index ed7254a308..3ebafb0378 100644
--- a/traffic_ops/app/db/seeds.sql
+++ b/traffic_ops/app/db/seeds.sql
@@ -129,6 +129,7 @@ CROSS JOIN ( VALUES
 	('SERVER-CAPABILITY:READ'),
 	('SERVER:READ'),
 	('SERVICE-CATEGORY:READ'),
+	('SSL-KEY-EXPIRATION:READ'),
 	('STATIC-DN:READ'),
 	('STATUS:READ'),
 	('SERVER-CHECK:READ'),