Ryan Peck
Ryan Peck
With the [AWS ECR Public Gallery](https://gallery.ecr.aws/) generally available - will you or could you host the kube2iam images there in addition to Dockerhub?
### Describe the resource. Describes the state of DomainKeys Identified Mail feature of SES which helps protect senders and receivers against phishing. https://docs.aws.amazon.com/ses/latest/APIReference/API_GetIdentityDkimAttributes.html https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ses#Client.ListIdentities https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ses#Client.GetIdentityDkimAttributes ### Use Case Automate validation...
Similar to the `azure_monitor_diagnostic_settings` table - requesting a new table `azure_monitor_subscription_diagnostic_settings`. Following the referenced resources in this table will allow look at the log settings. https://learn.microsoft.com/en-us/rest/api/monitor/subscription-diagnostic-settings/list?tabs=HTTP
Storing the Upgrade Profile is a clear way to identify if an AKS Cluster is in need of an upgrade and what upgrades are needed. https://learn.microsoft.com/en-us/rest/api/aks/managed-clusters/get-upgrade-profile
Discuss and breakdown Server-side Apply and managedFields. https://kubernetes.io/docs/reference/using-api/api-concepts/#field-management https://kubernetes.io/blog/2020/04/01/kubernetes-1.18-feature-server-side-apply-beta-2/ Perhaps demo the [Terraform Kubernetes Alpha Provider](https://github.com/hashicorp/terraform-provider-kubernetes-alpha) and/or kubectl running with server-side apply.
Was attempting to follow the CONTRIBUTING doc to while submitting a spelling fix in the README - found out that the www.clahub.com which the contributing guide says to sign looks...
Not sure if you have a constraint to only use Python 2.7 - but 3 is where it is at and new features will come out. You have no dependencies...
### Library name d3-geo-projection ### Library JSON file https://github.com/cdnjs/packages/blob/master/packages/d/d3-geo-projection.json ### Library source https://github.com/d3/d3-geo-projection/releases/tag/v4.0.0 ### Files to include - d3-geo-projection.min.js - d3-geo-projection.js
**Describe the bug** `omymodels` unable to generate SQLModel code with Arrays. **To Reproduce** Steps to reproduce the behavior: Run ``` from omymodels import create_models ddl = """ CREATE TABLE test_table...