secrets management #197
                  
                    
                      Geal
                    
                  
                
                  started this conversation in
                Implementation
              
            Replies: 1 comment 1 reply
-
| 
         I think: 
 So I think we should start having a file dedicated to secrets but still accepts env variables.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
follow up on the discussion about jaeger username and password in #118
@cecton commented 15 days ago
@Geal commented 15 days ago
@BrynCooke commented 15 days ago •
In my experience environment variables are not a good way to pass secrets either, since a lot of monitoring tools will bundle up the environment variables of a process when reporting errors or crashes.
Another way is integration with secret managers like Vault. Those need specific code in the router to support them, so we might want to avoid that too.
Beta Was this translation helpful? Give feedback.
All reactions