Max Hösel

Results 20 issues of Max Hösel

Right now, the web interface seems to cut off the "now playing" text if there is not enough screen space to display the entire string. This isn't really an issue...

feature
webui

### Steps to Reproduce I am trying to apply the first example from the [`step ca provisioner update` docs](https://smallstep.com/docs/step-cli/reference/ca/provisioner/update/#examples) in a minimal test environment: > Update a JWK provisioner with...

bug
needs triage

It seems like this crate currently only supports the most common DNS record types: ```rust // in cloudflare/src/endpoints/dns.rs pub enum DnsContent { A { content: Ipv4Addr }, AAAA { content:...

`step-cli ca sign` lets a user sign an existing CSR using the CA. The overall process and syntax is very similar to `step-cli ca certificate`, so it should be possible...

enhancement
modules

The `step_ca_certificate` module deals with writing files to disk, so it should support the common file attributes as provided by ansible: https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/doc_fragments/files.py This would allow direct setting of owners, selinux...

enhancement
modules

Over time, several role variables and module parameters have been replaced or reworked while retaining backwards compatibility. Examples include the switch to non-root step-cli installs and bootstrapping multiple users. While...

pr-major

A little over a year ago, this collection introduced a lockstep versioning scheme where the collection version and the `step-cli` version were required to match. For example, the current version...

This commit allows `step_ca_provisioner` to determine whether a given provisioner has been changed, be that through creation or an update. We do this by comparing the provisioner config before and...

pr-major
modules

- Rename scep_challenge to challenge (add acme and scep_challenge aliases), update docs - Add attestarion-format and attestation-roots

enhancement
modules

On my local machine, running tests, then making changes to a module, then relying on the changes in a role results in a second run of tests failing, because molecule...

question