st2-packages icon indicating copy to clipboard operation
st2-packages copied to clipboard

StackStorm deb/rpm packages (automated docker build pipeline)

Results 37 st2-packages issues
Sort by recently updated
recently updated
newest added

Fixes #737, needs [#123](https://github.com/StackStorm/st2packaging-dockerfiles/pull/123).

Move api, auth and stream service unit files to generator so st2.conf variables are used consistently for .socket and .service files.

Do we support this kind of rpm? or how can I build ARM package?

question
feature
proposal

When installing ST2 2.3 or 2.4dev on RHEL 7.4 with the one-line install script, early in the installation we see this output: ``` ######################################################## Installing st2 stable ######################################################## Loaded plugins:...

complexity:easy

Companion PR to [st2#4173](https://github.com/StackStorm/st2/pull/4173). Fixes configuration directory permissions to `2770` and the configuration file permissions to `660`. Fixes #558 Closes #520 Closes #565

bash installer

Use `id -gn` to get the user group for `curl|bash` stackstorm installer. --- The issue I had was installing on a box that had LDAP configured and my user group...

enhancement
bash installer

We have fixed this OWASP issue - The application accepts very weak passwords like 'test'. Strong password policy has been implemented - min8 char password consist of letter, special char,...

ST2 packages are re-built on a merge on st2-packages or st2 repo. But as ST2 just refers to master branch of st2-auth-ldap and st2-rbac-backend, then a new package won't be...

refactor

According to packagecloud, they only sign the package meta. The gpg verify is turned off on packages explicitly. I think we need to start signing those packages via st2-packages before...

help wanted
feature
security