-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Problem
At the moment you can't deploy a stack with non existing configs/secrets. Only external=true is possible.
Goal
- Similar behaviour like
docker stack deploy -c stack.yml test--> deployment of a stack with configs/secrets imported from file.
configs:
server-config:
file: config.json- actions to create a single config/secrets from file, like
docker config create server-config ./config.jsonordocker secret create my_secret ./secret.json - actions to show configs/secrets, like
docker config lsordocker secret ls - actions to delete a single configs/secrets
CLI
psu config create server-config ./config.json
psu secret create my_secret ./secret.json
psu config ls
psu secret ls
psu config delete server-config
psu secret delete my_secretPossible Applications
- replace docker cli for local deployments to make use of rbac
- CI/CD deployment of stacks
hoangphamw
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request