sciabarracom opened a new issue, #91:
URL: https://github.com/apache/openserverless/issues/91

   ## Why you need it?
   We may need to use "external" services for each user, not only internal 
services. This is important for cloud providers for example but also for ours 
saas
   
   ## How it could be?
   Currently you create users with 
   
     `ops admin adduser <services>`
    
   we need to be able to leave some services unset and add later the services 
providing the secrets:
   
     `ops admin addsecret <user> <key>=<value> <key>=<value>...`
   
   the user will recreive the secrets when login as usual
   
   ## Other related information
   other useful features
   - being able to list secrets for an user
   - being able to replace existing secrets with new values 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to