typekpb / oradown

Enables download of the SSO protected files from the Oracle website.
MIT License
10 stars 3 forks source link

Adapt script to new SSO service #2

Closed antoineco closed 6 years ago

antoineco commented 6 years ago

Fixes #1

Appreciate how complex that thing has become... 😓

antoineco commented 6 years ago

Tests are failing because your secrets are not exported in my fork:

TEST_USERNAME=$ORA_LOGIN
TEST_PASSWORD=$ORA_PWD
typekpb commented 6 years ago

@antoineco thanks a lot for your contribution!