Skip to content

A simple example app that runs on Cloud Foundry serving a protected JSON file using the Staticfile Buildpack.

License

Notifications You must be signed in to change notification settings

funcf/hello-protected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-protected

A simple example app that runs on Cloud Foundry serving a protected JSON file using the Staticfile Buildpack. In addition this example shows how to set CORS and HSTS headers to get this data from any app forcing HTTPS.

Usage: cf push protected

Once the app is running, simply GET the /data.json content.

User: Hello Password: World!

More Details about the Staticfile Buildpack

Please Note: This is an example app with a unsecure password that you would not have in git without gitcrypt for productive use cases.

About

A simple example app that runs on Cloud Foundry serving a protected JSON file using the Staticfile Buildpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published