Roman

Results 41 issues of Roman

- [ ] #246 Switch to TLS in API/client and make it mandatory - [ ] #254 Make jwt secret config mandatory on server and remove default - [ ]...

type/epic

When someone wants to use their Helm chart with Aptomi, we should be able to do this with a single command like: ```aptomictl gen helm ... | aptomictl policy apply```...

type/task

Use case: 1) Execute --noop to preview changes 2) Execute apply, point to policy and action plan from the previous step. It will only run actions if they are consistent...

type/task

#**Tasks** - [x] #290 Apply actions should have groups and know about dependent actions - [x] #291 When dependency resolution fails, this error should be local for a given dependency...

type/epic

- [x] #253 Do not allow to change a cluster via API - [ ] #270 Introduce namespaces as entities (ACL rules should live inside a NS) - [x] #282...

type/epic

Use the new flow that we used at k8s meetup for twitter-stats example: 1. Point to clusters 1. Import service 1 1. Import service 2 1. Import rules 1. Deploy...

high

Make it more verbose ("allocation keys" is not verbose enough) - type = singleton (make it obvious that there is always one instance) - type = shared + specify scope...

type/task

At the very least: - check status of all clusters (in parallel) in the beginning of apply() - cluster plugin should have status() method - actions should check status() and...

type/task

What is a cluster is dead: 1) Can't delete a cluster because there are instances "running" on it 2) Can't delete instances from the cluster because connection to a cluster...

bug