Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Enable basic-auth #32

Merged
merged 2 commits into from
Sep 10, 2018
Merged

Enable basic-auth #32

merged 2 commits into from
Sep 10, 2018

Commits on Sep 10, 2018

  1. Enable basic-auth

    This prevents the faas-swarm service from being accessed from
    functions within the overlay network.
    
    Tested with additional changes to the faas compose file to add
    the required secrets. Overhead is minimal.
    
    Tested on Swarm cluster.
    
    Signed-off-by: Alex Ellis (VMware) <[email protected]>
    alexellis committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    a8feb74 View commit details
    Browse the repository at this point in the history
  2. Make basic-auth optional

    - This is a feature flag depending on the env-var "basic_auth"
    
    Signed-off-by: Alex Ellis (VMware) <[email protected]>
    alexellis committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    a8a0b14 View commit details
    Browse the repository at this point in the history