johnkeates/freeradius-formula 2
SaltStack FreeRADIUS Formula
johnkeates/gitlab-ci-runner-formula 2
GitLab-CI Runner Formula
Elastico FileBeat
SaltStack formula to manage FreeIPA
A salt formula for Apache's ActiveMQ
Saltstack AWS creates all the non-server components of a AWS hosted datacenter
A Private Terraform Module Registry
issue comment99designs/aws-vault
SAML-based authentication using AssumeRoleWithSAML
While I'd still like to have it all in aws-vault (some setups use SAML, some OID, some AWS SSO, some plain credentials), I do see the point of not making it extra complicated...
If it really is unreasonably hard to get this integrated I should probably see if the reverse can be done -- hooking a frontend up to a SAML client as well as having aws-vault as a client. It would still give the best of both worlds (somewhat).
comment created time in 12 days
pull request commentterraform-providers/terraform-provider-aws
Support for Elasticsearch domain in a VPC
Very cool to see this get picket up fast! We'll be using it as soon as it's released so if it doesn't work as intended we'll know relatively quickly.
comment created time in 22 days
push eventwehkamp-oss/nsxt_exporter
commit sha 2064c1cc968b8cd9abd57f321a5b64b74ccbeb10
add metadata files for future deletion
push time in a month
push eventwehkamp-oss/nsxt_exporter
commit sha 91b919d1a856cd04ee6bd1beaf9caf47ae68f5c2
Add support for environment variables
push time in a month
issue commentsynacktiv/yealink_tools
yaffs_decrypt exception when decrypting T57 firmware
I'm running in to the same thing with W60B and T57W firmwares, both use UBIFS as well (and encrypted too). Did you ever find a way to decrypt those filesystems @electroniceel ?
comment created time in 2 months
issue commentsynacktiv/yealink_tools
It was just simple struct generation from kaitai.
comment created time in 2 months
issue closedsynacktiv/yealink_tools
I looks like there is a missing module, it doesn't seem to be published anywhere either. Is this because it needs to be generated from Kaitai?
closed time in 2 months
johnkeatesissue openedsynacktiv/yealink_tools
I looks like there is a missing module, it doesn't seem to be published anywhere either.
created time in 2 months
pull request commentdatabrickslabs/terraform-provider-databricks
Increase API connection timeouts and support instance profile import
Tested by: me
comment created time in 2 months
PR opened databrickslabs/terraform-provider-databricks
Does what is says on the tin
pr created time in 2 months
push eventjohnkeates/terraform-provider-databricks
commit sha fae18b818e07a411ec248900fba3662415b379f1
Add support for importing databricks_instance_profile
commit sha 6e0ece209821b7d8be4b518d22919f5b2dd6722a
Increase IdleConnTimeout and TLSHandshakeTimout for longer running terraform runs
push time in 2 months
fork johnkeates/terraform-provider-databricks
Databricks Terraform Provider
https://databrickslabs.github.io/terraform-provider-databricks/#
fork in 2 months
issue commentkolide/fleet
Proposal: Remove network_interfaces from host details
I'm using this data (for host identity machine with other data sources that only supply a MAC address), but as already commented and mentioned this can be done using a separate query just fine.
comment created time in 2 months
pull request commentstatsite/statsite
[Python3] Update to graphite.py sink
Does it sill work on python 2? (I haven't had time to run tests myself, sorry)
comment created time in 2 months
issue openedterraform-providers/terraform-provider-aws
Bad key value in s3 data source causes crash
<!--- Please note the following potential times when an issue might be in Terraform core:
- Configuration Language or resource ordering issues
- State and State Backend issues
- Provisioner issues
- Registry issues
- Spans resources across multiple providers
If you are running into one of these scenarios, we recommend opening an issue in the Terraform core repository instead. --->
<!--- Please keep this note for the community --->
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
Terraform Version
Terraform v0.12.21
- provider.aws v2.69.0
- provider.cloudflare v2.8.0
- provider.template v2.1.2
Affected Resource(s)
- aws_s3_bucket_object
Terraform Configuration Files
data "aws_s3_bucket_object" "placeholder" {
bucket = "some_bucket_name"
key = "/"
}
Debug Output
https://gist.github.com/johnkeates/6f16cce6357fa1c20c16c9077939b996
Expected Behavior
An error should have been shown
Actual Behavior
The provider crashed
Steps to Reproduce
- Create this:
data "aws_s3_bucket_object" "placeholder" {
bucket = "some_bucket_name"
key = "/"
}
terraform apply
created time in 2 months
fork johnkeates/keychain
Bash script to access the osx keychain, for use in shell scripts.
fork in 3 months