Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using Docker Swarm #344

Open
jan-zat opened this issue Oct 28, 2024 · 1 comment
Open

Error using Docker Swarm #344

jan-zat opened this issue Oct 28, 2024 · 1 comment

Comments

@jan-zat
Copy link

jan-zat commented Oct 28, 2024

When using this instructions https://github.com/1Password/scim-examples/tree/main/docker#update-your-scim-bridge to deplyo SCIM via Docker Swarm I receive an error after
docker stack config --compose-file ./compose.template.yaml | docker stack deploy --compose-file - op-scim-bridge

Error:

Since --detach=false was not specified, tasks will be created in the background.
In a future release, --detach=false will become the default.
failed to update secret credentials: Error response from daemon: rpc error: code = InvalidArgument desc = only updates to Labels are allowed

All my config files like scimsession didn't changed

@DBOSBITS
Copy link

Hey there jan-zat,

The example found in those instructions creates the Docker secret from a file in the deployment environment and this error is not expected unless it has changed since the last time the command was run. Therefore, this error indicates that Docker is attempting and failing to update the value of a secret that already exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants