Niclas Mietz
Niclas Mietz
After @Kapeli added this as an automated build we should use it :)
- bumped default image tag to `1.3` - Update Helm Chart to v2 - Added Ingress Support - fixed: configmap for scheduler settings
This will ignore IntelliJ configurations entirely.
Currently, what I try to achieve is also to configure predinefed services for some runner. This could be done through [runner/configuration/advanced-configuration.html#the-runnersdockerservices-section](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersdockerservices-section) So currently I don't know how this could be...
Hey, there are two ways of supporting Prometheus metrics. 1. Instrument the ACA-Py directly with a [Prometheus Client Library](https://github.com/prometheus/client_python) or using [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-python) 2. Building an external [Prometheus Exporter](https://prometheus.io/docs/instrumenting/writing_exporters/) to scrape...
The holder and issuer agree through an external governance process of updating their commit CredentialSchema. Mostly this points me to a Description in the Spec: `The issuer can include the...
Hey, this PR solves the problem of missing binaries for ARM 32-Bit Devices. It will introduce the following two new binaries: * `armel` (ARMv5) * `armhf` (ARMv7) This is mostly...
Hey, we stumbled across a breaking change and want to ask if this is intended. Currently when you don't set the `Accept` Header to `*/*` we get different results back...
Hey @cptactionhank , thanks for your work on this awesome image. I tried it out and it works directly out of the box. I did some refactoring to the Dockerfile...