Code Monkey home page Code Monkey logo

allas-get-swift-token's Introduction

allas-get-swift-token

Allas SWIFT authentication utility application.

The application is a command line application especially for Windows users who want to use SWIFT environment variable authentication. When using this application in Windows, you (or your local it-support) may have to configure your anti-virus etc software to allow running allas-get-swift-token.

There are also easier ways to authenticate than this application, see https://docs.csc.fi/data/Allas/ for further details.

The program autehticates to CSC's Allas object storage and shows OS_AUTH_TOKEN and OS_STORAGE_URL values for swift applications to use, like for instance python-swiftclient, rclone or curl. For more information see https://docs.csc.fi/data/Allas/using_allas/rclone_local/#configuring-swift-connection-in-windows

Compiling

You need the golang.org's terminal package to compile allas-get-swift-token: golang.org/x/crypto/ssh/terminal

The package is needed to ask password from the user without echoing the password while the user types it. That package needs a package that also might not be installed: golang.org/x/sys/unix

To install these two packages:

go get "golang.org/x/crypto/ssh/terminal"
go get "golang.org/x/sys/unix"

allas-get-swift-token's People

Contributors

gitjopa avatar

Watchers

 avatar  avatar  avatar

Forkers

samiilvonen

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.