Zane Geiger

Results 8 issues of Zane Geiger

Currently the only way to authenticate to KeyVault (using a Managed Service Identity, for example) is to use some code like the following: ``` settings = MsRestAzure::ActiveDirectoryServiceSettings.new settings.authentication_endpoint = MsRestAzure::AzureEnvironments::AzureCloud.active_directory_endpoint_url...

New Features Added
backlog
customer-reported

When using groups to organize permissions for Managed Service Identities, the identity must be added to the group after it is created (since this cannot be done in an ARM...

### Cookbook version 2.6.2 ### Chef-client version 12.18.31 ### Platform Details Windows Server 2012 R2 Datacenter in Microsoft Azure ### Scenario: Running disable_firewall more than once causes a chef failure...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

### Name and Version bitnami/airflow:latest (currently 2.9.0-debian-12-r1) ### What architecture are you using? amd64 ### What steps will reproduce the bug? Run `docker run -e 'AIRFLOW_SECRET_KEY=--PjzohgYFtiYCQjlyDNdeQdAIhXWgIAsE7Z-cMt7mg=' bitnami/airflow:2.7.3-debian-11-r2` ### What is...

airflow
in-progress
tech-issues

### Name and Version bitnami/airflow:2 (currently 2.9.0-debian-12-r1) ### What architecture are you using? amd64 ### What steps will reproduce the bug? Run the following commands: ```bash wget https://raw.githubusercontent.com/bitnami/containers/9dfe0b6070e38a57829b879e0b870cf7c94095ed/bitnami/airflow/docker-compose-ldap.yml echo -e...

airflow
in-progress
tech-issues

### Description of the change This change fixes https://github.com/bitnami/containers/issues/65217 by escaping single quotes and backslashes in `AIRFLOW_LDAP_` configuration values that are interpolated into `webserver_config.py` as Python strings. However, values that...

verify
airflow
in-progress
airflow-scheduler
airflow-worker