mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
[Feature] Ability to exclude secrets from sync #1315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Besi97 on GitHub (Aug 4, 2025).
I use the sync feature with the delete unmatched enabled, as I would like to ensure that Komodo has the same configuration that is committed to my repo. I would also like to be able to sync generic variables automatically from my repo, but I would not like to store secrets in the repo. So if I enable "Sync Variables", it wants to delete my secrets.
I would be fine with creating secrets manually, but I would like to leverage the sync feature for other variables that need to be shared between my actions. It would be great to be able to sync variables, but exclude secrets somehow. The "Match Tags" config on the sync could be a workaround if we could add tags to variables.
Thanks for considering and a huge thank you for this amazing tool!
@rsocko commented on GitHub (Oct 17, 2025):
This would be very useful. I just had to recreate my Komodo server setup entirely and had all of my configuration saved to GitHub with the exception of the many variables & secrets. MVP for me would be to simply avoid synching the secrets. An enhanced version could sync the variable name and marked as a secret, but not store the actual value in GitHub (so that I would have an accurate set of variable names whether secrets or standard variables).