Scout24 / afp-web

Web frontend for afp (aws federation proxy)
Apache License 2.0
6 stars 6 forks source link

AFP-WEB

What it is?

This is a web frontend, which communicates with the aws federation proxy (afp) via its rest api and displays the results:

Configuration & Setup

Webserver ^^^^^^^^^ The files should be made accessible for your webserver. How is up to you. For example in a vhost with:

.. code-block:: apache

DocumentRoot '/var/www/afp-web'

API access ^^^^^^^^^^ Use the app.js file to configure the location of the afpApiEndpoint. By default uses the same host as this webui with an endpoint of /afp-api/latest/

Logo configuration ^^^^^^^^^^^^^^^^^^ If you want to replace the default logo just put a image file called logo.png into the DocumentRoot.

Costs link ^^^^^^^^^^ For each account afp-web can show a link to your own AWS costs dashboard. To enable this feature create a config.json file at the top of your DocumentRoot with this content:

.. code-block:: json

{
    "costsLink": "http://ice/ice/dashboard/summary#account="
}

The name of the AWS account will be appended to this URL.

Development

Copyrights ^^^^^^^^^^