Giter Club home page Giter Club logo

cerlet's People

Contributors

antevens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

abbra

cerlet's Issues

Issues found trying to run directly

Perhaps I've missed some initial configuration but here are the issues I've found so far trying to run execute cerlet manually.

I'm executing as:
$ cerlet --config-dir=/home/vagrant/tmp --work-dir=/home/vagrant/tmp --logs-dir=/home/vagrant/tmp

  • CERTMONGER_REQ_HOSTNAME is a required key but it isn't tested for. Not being set results in a NotImplementedError being raised
  • File "/home/vagrant/Revisions/cerlet/cerlet/init.py", line 236, in init
    for key, path in paths.iteritems():
    AttributeError: 'dict' object has no attribute 'iteritems'
    I fixed by importing six and calling six.iteritems(paths)
  • PATHS overrides --config-dir, --work-dir and --logs-dir
  • valid_operations always passes cls as the argument but identify takes no arguments resulting in:
    TypeError: identify() takes 0 positional arguments but 1 was given
    Perhaps not make it a static method?
  • testing with
    File "/home/vagrant/Revisions/cerlet/cerlet/init.py", line 469, in get_ca_root_certs
    nickname = ' '.join(x[1] for x in cert.get_subject().get_components())
    TypeError: sequence item 0: expected str instance, bytes found

Will continue testing and update as needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.