Skip to content

Latest commit

 

History

History
executable file
·
24 lines (14 loc) · 886 Bytes

README.md

File metadata and controls

executable file
·
24 lines (14 loc) · 886 Bytes

API Browser

Simple Python application using Flask to allow one to browse artifacts in a Bluemix account using the CF API. Authentication is through IBMid.

CF API documentation

Resource Controller API

IAM API

IAM Authentication

Setting FLASK_DEBUG=1 environment variable to enable debugging and auto reloading of changed files

To generate self signed certificate:

openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365

GitHub actions: https://github.com/google-github-actions/setup-gcloud/blob/master/example-workflows/cloud-build/README.md

https://github.com/google-github-actions/setup-gcloud#authorization