Results 15 issues of GongYi

RabbitMQ supports multiple protocols/plugins which need to expose more ports than current ones. I'd like to file a pull request that supports custom ports. And I'd like to know if...

enhancement

## what * add permissions_boundary to role created by aws-ec2-bastion-server ## why * Our org requires all roles have permissions_boundary ## references * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role#permissions_boundary

It's not reasonable to run initdb scripts on the slave mode. Skip these script, so I can use the official Bitnami Postgresql helm chart to install a full cluster.

Current row-level filter/RestrictedKeysProvider only applies to the root entity. The objects still can be queried out by join. And it's not efficient to filter by keys when there are thousands...

Add an OptionalExtension to support [Kubernetes credentials provider plugin](https://jenkinsci.github.io/kubernetes-credentials-provider-plugin/). With this extension, the user can use a Kubernetes secret to save the kubeconfig content. I have to upgrade the Jenkins...

The ui-idm-logic can use client credentials flow to retrieve access token. #### Check List: * Unit tests: NA * Documentation: NA

### What happened? The group name is a required field of placement. This is not compatible with the "host" tenancy configuration. "You cannot launch an instance with a tenancy of...

bug

Fix #24490 Add bitwise operator in pb definition. Implement the operator in go and cpp modules.

size/XL
area/internal-api
dco-passed

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. We are going...

good first issue
kind/feature

The csv file format is invalid if there are commas in the key. Escape with double quotes in such cases and replace a quote letter with two quote letters.