Denis Gukov

Results 416 comments of Denis Gukov

@DevOpsSim https://github.com/semaphoreui/semaphore/releases/tag/v2.9.66-beta ``` docker pull semaphoreui/semaphore:v2.9.66-beta ``` UPDATE: this version has a bug. Will fix soon. UPDATE: https://github.com/semaphoreui/semaphore/releases/tag/v2.9.68-beta

Hi @Koltsz Do you have a use case to reproduce the problem? Step-by-step.

@Koltsz Please try `docker pull semaphoreui/semaphore:v2.9.68-beta`. I just did what you said and it is works. FYI: I changed method of passing login/password to `ansible-playbook`. Now Semaphore uses flags `--ask-pass`,...

Merged @tothakos-code solution. Thank you.

@andreas-marschke it is use case which I asked ;) Now I understand why this functionality is needed. But let's bring it to Integrations. Webhooks will be used for other functionality....

Hi @samerbahri98 and @andreas-marschke I reviewed the MR. I ready to merge it but it is not complete. I didn't find the endpoint for calling from external service. UPDATE: sorry,...

@samerbahri98 I think we can do it more intuitive by adding integration templates.

Hi @loweehahn `SEMAPHORE_ACCESS_KEY_ENCRYPTION: 1234=` is incorrect. You should use `head -c32 /dev/urandom | base64` to generate key. Docs: https://docs.semui.co/administration-guide/security#database-encryption

I agree, error message absolutely uninformative. TODO: change error message for encryption key errors.

You can install packages to container via Ansible :)