Will Dowling
Will Dowling
- Create a VLAN resource type - vlan id as the unique identifier within a network
The ability to manage a hierarchal taxonomy of locations would be super useful. This would allow us to have an inventory of physical locations. Eg: - Australia - Western Australia...
**As an API consumer, I want to be able to request a resource from a named pool and allocate it to myself so that I can automatically allocate resources during...
According to RFC 7159, documents with a byte order mark are not valid JSON: https://tools.ietf.org/html/rfc7159#section-8.1 > Implementations MUST NOT add a byte order mark to the beginning of a >...
It would be super helpful to have support for proxies in the HTTP resolver. Suggest this could be implemented with the following optional fields in the `HTTPResolverOptions` type: * `proxyHost`...
When downloading MOBI files on an iOS device, opening in the kindle app fails due to the file not having a recognised file extension (.mobi). Setting the filename on disk...
**Describe the solution you'd like** Update the creationPolicy=Merge (or create a new policy) that also sets the `ownerReference` on the managed secret. **What is the added value?** This would be...
In #130 support was added for the `opsgenie_service_incident_rule` resource type. The support for allowed `field` values in rule conditions is different between the documentation and the implementation. According to the...
### What's wrong? Expression lists (and likely other parts of the AST) do not consistently handle optional trailing commas. The EBNF for [`parseExpressionList`](https://github.com/grafana/alloy/blob/41c2df12fa9124b7c4a03318692c008fce408647/syntax/parser/internal.go#L648) suggests that trailing commas are optional -...