Giter Site home page Giter Site logo

autograph-canary's People

Contributors

g-k avatar hwine avatar mozmark avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

autograph-canary's Issues

replace python and tlscanary dependencies or cache Fx tarball

While useful in the initial PoC tlscanary pulls in a lot of unused functionality and support for more platforms than we need. Instead we can:

teach container to time travel

Specifically, we'd like to run it in the future to detect pending expirations.

Something like the following should work:

timedatectl set-ntp no
timedatectl set-time YYYY-MM-DD
timedatectl set-time $(date -u -d '+60 day' '+%F')

https://www.cyberciti.biz/faq/howto-set-date-time-from-linux-command-prompt/

^ results in:

root@85daaeb79bd9:/function# timedatectl set-time $(date -u -d '+60 day' '+%F')
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

so that approach might not be possible in a container.

Lambda fails when accessing environment

from @erkolson:

[ERROR] AttributeError: 'LambdaContext' object has no attribute 'get'
Traceback (most recent call last):
  File "/var/task/autograph.py", line 86, in run_tests
    env = lambda_context.get("env")

Add open source software license

This Mozilla repository has been identified as lacking a license. Consistent with Mozilla's Licensing Policy an open source license should be applied to the code in this repository.

Please add an appropriate LICENSE.md file to the root directory of the project. In general, Mozilla's licensing policies are as follows:

  • Client-side products created by Mozilla employees or contributors should use the Mozilla Public License, Version 2.0 (MPL).

  • Server-side products or utilities that support Mozilla products may use either the MPL or the Apache License 2.0 (Apache 2.0).

In special cases, another license might be appropriate. If the repository is a fork of another repository it must apply the license of the original. Similarly, another license might be appropriate to match that of a broader project (for example Rust crates that Firefox depends on are published under an Apache 2.0 / MIT dual license, as that is the dual license used by the Rust programming language and projects).

Please ensure that any license added to the LICENSE.md file matches other licensing information in the repository (for example, it should match any license indicated in a setup.py or package.json file).

Mozilla staff can access more information in our Software Licensing Runbook – search for “Licensing Runbook” in Confluence to find it.

If you have any questions you can contact Daniel Nazer who can be reached at dnazer on Mozilla email or Slack.

OPENLIC-2023-01

publish canary as docker image

  • get an image name on dockerhub e.g. mozilla/autograph-canary (alternatively push directly to ecr)
  • add creds to CI config
  • add publish step to CI

AFAIK it's fine for the image to be public and to make this repo public.

make repo public

refs: #48

I ran a quick scan in #48 (comment) and don't think there's anything sensitive in here.

I spent awhile debugging deploys today and yesterday. mirrorDockerImage pulls build info from CircleCI but doesn't error for 404s (which CircleCI returns for private repos), so making this public will make it easier to deploy (alternatively we could set up a CircleCI API token).

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.