samson icon indicating copy to clipboard operation
samson copied to clipboard

Web interface for deployments, with plugin architecture and kubernetes support

Results 86 samson issues
Sort by recently updated
recently updated
newest added

There is always a risk of leaking secrets to logs. It'd be cool if Samson could censor logs where secrets appear, to prevent accidental leakage, as well as flag those...

also remove css see https://github.com/zendesk/samson/pull/3001

In a kubernetes manifest you can reference an env variable from another using the `$(FOO)` notation. However, `FOO` in this case needs to be defined before it can be referenced....

Deploys are not triggered when opening or synchronizing a PR. Tried opening a pr to master and updating it, guessing it would trigger with the 'any branch' setting. Docker tag...

Work in progress. /cc @zendesk/samson ### Tasks - [ ] :+1: from team ### Risks - Level: Low

It's valuable to be able to see at a glance whether a given release has been successfully deployed to a stage in the past, e.g. when you want to know...

* TODO: remove this an delegate to job directly, a commit is not a reference /cc @zendesk/samson ### Tasks - [ ] :+1: from team ### References - Jira link:...

I got an error (on 2 different deploys) with: ``` ActiveRecord::RecordNotUnique: PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_releases_on_project_id_and_number" DETAIL: Key (project_id, number)=(72, 3) already exists. : INSERT INTO...

In our setup, we have a single stage updating an increasing number of Deployments. In cases where we need to modify the resource requests for a single role, we would...

hi all, we're running Samson as a Docker container behind `HAProxy` which also does SSL termination, the service is available as, let's say, http://deploy.dev.foo.com -- the following environment settings have...