Comment 2 for bug 1014996

Revision history for this message
Curtis Hovey (sinzui) wrote :

Specifically, lp.security.py needs
    class ViewISSHKey(AnonymousAuthorization):
        """Anyone can view an IISSHKey."""
        usedfor = ISSHKey

And we want a test using the anonymous login to show that the key can be retrieved from the collection.