Giter Club home page Giter Club logo

Comments (8)

imranraja85 avatar imranraja85 commented on June 19, 2024 1

Hi, we will take a look and give an update once we've investigated this a bit. Thanks for letting us know!

from duo_client_python.

mrinehart-r7 avatar mrinehart-r7 commented on June 19, 2024

Sounds great, thank you @imranraja85 ! For reference, I (and our users) would see the ability to use an epoch timestamp from a website like the following as a successful fix. https://www.epochconverter.com/

from duo_client_python.

imranraja85 avatar imranraja85 commented on June 19, 2024

Thanks for your patience @mrinehart-r7! It looks like you're passing in seconds instead of milliseconds. As noted in the admin api doc, mintime is expected to be in milliseconds https://currentmillis.com/

from duo_client_python.

mrinehart-r7 avatar mrinehart-r7 commented on June 19, 2024

@imranraja85 following your advice and using that link to generate a millisecond timestamp for 1/1/1993, the ms timestamp provided still throws the same error.

response = duo_client.Admin(
            ikey="xxxxx",
            skey="xxxxx",
            host="xxxxxx"
        ).get_authentication_log(2, mintime=728503200000)

Can you give me an example of a timestamp of 1/1/1993 that does successfully work in this example code?

from duo_client_python.

imranraja85 avatar imranraja85 commented on June 19, 2024

Since we don't have logs that go back that far (way before our time :p) we also check the length of the timestamp. We assume that if its less than 13 characters than the user might have put in seconds instead of milliseconds and we return an error. Sorry, we should have been more clear but we will update our documentation to at least mention that the size needs to be 13 characters (or the earliest date we can represent with 13 chars)

from duo_client_python.

mrinehart-r7 avatar mrinehart-r7 commented on June 19, 2024

Okay that makes sense - I had a feeling some tight validation was going on. Thanks for the clarification.

from duo_client_python.

mrinehart-r7 avatar mrinehart-r7 commented on June 19, 2024

What is the earliest possible time one can use to get all logs since the beginning of the use of Duo? In other words, when did Duo become a product? I'd like to get all logs possible.

from duo_client_python.

DuoKristina avatar DuoKristina commented on June 19, 2024

@mrinehart-r7,

Any 13 char mintime value is valid (so you could even use 1000000000000).

However, on May 2 we will start limiting the authentication log v1 endpoint results via API to the previous 180 days. The v2 authentication logs endpoint is already limited to returning 180 days.

from duo_client_python.

Related Issues (20)

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.