An open API service indexing awesome lists of open source software.

https://github.com/s-matyukevich/set-token


https://github.com/s-matyukevich/set-token

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## set-token Cloud Foundry plugin

This plugin allows to authenticate with UAA by directly sertting access and refresh tokens.

###Installation

~~~
git clone https://github.com/s-matyukevich/set-token/
cd set-token
go build -o set-token
cf install-plugin set-token
~~~

### Ussage

```
cf set-token [-a ACCESS_TOKEN] [-r REFRESH_TOKEN]
```