Coder Social home page Coder Social logo

notarytool-kotlin's People

Contributors

vewert avatar

Stargazers

 avatar

Watchers

 avatar

notarytool-kotlin's Issues

Improve authentication error message

Currently, when there is an authentication error, the message is: Notary API Web Service could not authenticate the request.

It would be better if there were a suggested course of action, as well, e.g.: Notary API Web Service could not authenticate the request. Please check that the issuer id, private key, and key identifier are correct.

Downgrade logback 1.4.x

It seems like logback 1.5.x is compiled using Java 21 (qos-ch/logback#802), and can cause some build problems when using older versions of Gradle (similar to FasterXML/jackson-core#955)

One option is to require users to use newer versions of Gradle (Gradle 8.5 and up seems to work), or downgrade to an older version of logback.

For better compatibility, for now, we should downgrade logback. Note: logback version must be 1.4.14 or higher, to make sure it has the CVE fix (See issue #4).

We can look at moving to version 1.5.x for a later release.

Support in-memory keys in addition to key file

It would be great, if NotaryToolClient accepted a Supplier<ECKey> or similar in addition to the key file location. This way the sensitive key data could be kept in secure storage like a KeyStore or similar instead of in a regular file.

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.