Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

fix(certs): allow empty Common Name in certificates#1024

Merged
helgi merged 1 commit intodeis:masterfrom
helgi:ticket_1000
Aug 30, 2016
Merged

fix(certs): allow empty Common Name in certificates#1024
helgi merged 1 commit intodeis:masterfrom
helgi:ticket_1000

Conversation

@helgi
Copy link
Copy Markdown
Contributor

@helgi helgi commented Aug 30, 2016

Fixes #1000

@helgi helgi added this to the v2.5 milestone Aug 30, 2016
@helgi helgi self-assigned this Aug 30, 2016
@deis-bot
Copy link
Copy Markdown

@bacongobbler and @Joshua-Anderson are potential reviewers of this pull request based on my analysis of git blame information. Thanks @helgi!

key = models.TextField()
# X.509 certificates allow any string of information as the common name.
common_name = models.TextField(editable=False, unique=False)
common_name = models.TextField(editable=False, unique=False, null=True)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this require migration to be run?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah it is in there now

@codecov-io
Copy link
Copy Markdown

Current coverage is 87.09% (diff: 100%)

Merging #1024 into master will decrease coverage by 0.02%

@@             master      #1024   diff @@
==========================================
  Files            41         41          
  Lines          3464       3464          
  Methods           0          0          
  Messages          0          0          
  Branches        578        578          
==========================================
- Hits           3018       3017     -1   
- Misses          291        292     +1   
  Partials        155        155          

Powered by Codecov. Last update a2b8428...6e4a461

@helgi helgi merged commit ffa9040 into deis:master Aug 30, 2016
@helgi helgi deleted the ticket_1000 branch August 30, 2016 17:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants