Bug #22956
Remove GPG key size limit
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Credentials
Target version:
Description
GPG key size is limited to 100000 characters.
Some products keys are longer (multiple keys).
Cassandra is a nice example:
http://cassandra.apache.org/download/
https://www.apache.org/dist/cassandra/KEYS2
Katello should accept any GPG key file to be imported.
Associated revisions
History
#1
Updated by Justin Sherrill over 4 years ago
- Difficulty set to easy
- Legacy Backlogs Release (now unused) set to 338
- Assignee set to Andrew Kofink
- Category set to Content Credentials
#2
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7286 added
#3
Updated by Andrew Kofink about 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|4781bc4cbe807a8842f93d97f3699652dcc73edc.
Fixes #22956: Remove gpg key content length limit
Since we were using the :text data type in Postgres, we don't have to
change anything on the DB side! Yay! :D