Nathaniel McAuliffe
Nathaniel McAuliffe
Namespaces the `Application` tag to avoid conflicting with `Application` tag set by policies. Resolves #2143
## Feature Request ### Proposal: Enable mqtt_consumer to utilize AWS SDK. This will allow Telegraf running with IAM permissions to access topics without having to use certificates. ### Current behavior:...
Please add support for importing config files.
What is the proper way to patch a config using something like `@patch.dict`? In the example below, I would like to insert a custom `url` value in the test. Sample...
I am attempting to use tgswitch in an Alpine based image (Atlantis) and getting `not found`. I was able to replicate with a base apline container: ```Dockerfile FROM alpine ARG...
**Describe the bug** If there are async operations occurring, the provider should account for that. Example: When creating a user, scoped token, and smart remote repository, the repo creation fails...
**Describe the bug** The documentation for `artifactory_federated_gems_repository` incorrectly says `gem`. **Requirements for and issue** - [x] A description of the bug - [x] A fully functioning terraform snippet that can...
**Is your feature request related to a problem? Please describe.** The artifactory provider does not support `artifactory_federated_swift_repository` while Artifactory API does. **Describe the solution you'd like** Add support for `artifactory_federated_swift_repository`.
RPC calls to a device output a specific JSON formatted object. The keys have -'s in them. ```json { "ike-security-associations-information": [ { "ike-security-associations": [ { "ike-sa-exchange-type": [ { "data": "main"...
**Description:** Add support for multiple private registries. **Justification:** This allows support for multiple instances of Artifactory or other private repositories within the same workflow. For my specific use-case, this is...