Skip to content
Snippets Groups Projects
  1. Dec 16, 2017
    • Lucas Roesler's avatar
      Add support to specify secrets in services · 0fef825f
      Lucas Roesler authored
      
      **What**
      - During function creation, accept an array of strings defining swarm secrets
      that are required for the service
      - Update docs
      - Add new guide on using the secrets capability
      - Add new sample function to highlight using environment variables
      - Update `ApiKeyProtected` sample function to utilize the new secrets
      capabilities
      
      **Why**
      - This allows secrets to remain encrypted at rest instead of being unencrypted
      in environment variables and yaml files.
      
      Fixes #285
      
      Signed-off-by: default avatarLucas Roesler <lucas.roesler@gmail.com>
      0fef825f
  2. Mar 31, 2017
Loading