Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for AZURE Private Link traffic Filter Rule #335

Closed
tacitus opened this issue Jul 5, 2021 · 2 comments · Fixed by #340
Closed

Support for AZURE Private Link traffic Filter Rule #335

tacitus opened this issue Jul 5, 2021 · 2 comments · Fixed by #340
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tacitus
Copy link

tacitus commented Jul 5, 2021

The API has recently added support for AZURE private link traffic rules, for example:

{
  "name": "",
  "region": "azure-australiaeast",
  "description": "",
  "type": "azure_private_endpoint",
  "rules": [
    {
      "azure_endpoint_name": "",
      "azure_endpoint_guid": ""
    }
  ],
  "include_by_default": false
}

This is a request for that functionality.

@tacitus tacitus added enhancement New feature or request Team:Delivery labels Jul 5, 2021
@Kushmaro
Copy link
Collaborator

Kushmaro commented Jul 13, 2021

Thanks for opening this @Tacticus (and sorry for the late reply)
We'll make sure this is supported in an upcoming release.

@marclop marclop added this to the v0.3.0 milestone Jul 22, 2021
@marclop
Copy link
Contributor

marclop commented Jul 22, 2021

I'll probably be the one to work on this, but we're missing two fields in each of the individual rules and the new "azure_private_endpoint" traffic filter "type".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants