acmesh-official / acmesh-official/acme.sh

DNS Azure should support Private DNS Zone

Abierto Apto para principiantes
#6,653 3 comentarios 2 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Shell
Estrellas
47.6k
Forks
5.7k
Merge medio
6 d 5 h
PR fusionados (30 d)
15

Descripción

The dns_azure.sh currently only supports Public DNS Zones, by using the /dnszones/ api path. This is documented here: https://learn.microsoft.com/en-us/rest/api/dns/record-sets/create-or-update?view=rest-dns-2018-05-01&tabs=HTTP

By changing this parameter to "/privatednszones/", we can ensure that the DNS Zone is not a publicly accessible one. https://learn.microsoft.com/en-us/rest/api/dns/privatedns/record-sets/create-or-update?view=rest-dns-privatedns-2018-09-01&tabs=HTTP

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Open `dns_azure.sh` and locate where the Azure DNS API path for record-set operations is assembled with `/dnszones/`. Use the linked Azure docs to confirm the equivalent private endpoint shape, then update the relevant path segment to `/privatednszones/`. There is no test file named in the issue, so validate by running the Azure DNS provider flow in this repo and checking the request path it uses. Done means DNS updates are sent to Private DNS Zones instead of public DNS zone endpoints.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
shell
Área
cli
Tipo de issue
Nueva funcionalidad
Dificultad
1/5
Tiempo estimado
Menos de una hora
Estado de actividad
Tranquilo
Claridad
Bien especificado
Aptitud para principiantes
84/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.