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

Relay - Cannot create hybrid connection with disabled client authroization #8775

Closed
sajayantony opened this issue Mar 13, 2019 · 1 comment
Closed
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Relay Service Attention This issue is responsible by Azure service team.
Milestone

Comments

@sajayantony
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Create a hybrid connection with client authorization disabled.

az relay hyco create   -n app2 --namespace taskgateway -g gateway --requires-client-authorization false

```json
{
  "createdAt": "2019-03-13T01:50:19.828092+00:00",
  "id": "/subscriptions/xxxresourceGroups/gateway/providers/Microsoft.Relay/namespaces/taskgateway/hybridConnections/app2",
  "listenerCount": 0,
  "location": "West US 2",
  "name": "app2",
  "requiresClientAuthorization": true,
  "resourceGroup": "gateway",
  "type": "Microsoft.Relay/Namespaces/HybridConnections",
  "updatedAt": "2019-03-13T01:50:19.828092+00:00",
  "userMetadata": null
}

Expected behavior
RequireClientAuthorization on the hybrid connection if false.

Environment summary
OSX

 1 ❯ az --version
azure-cli (2.0.55)

acr (2.1.12)
acs (2.3.14)
advisor (2.0.0)
ams (0.3.2)
appservice (0.2.11)
backup (1.2.1)
batch (3.4.1)
batchai (0.4.6)
billing (0.2.0)
botservice (0.1.4)
cdn (0.2.0)
cloud (2.1.0)
cognitiveservices (0.2.4)
command-modules-nspkg (2.0.2)
configure (2.0.20)
consumption (0.4.2)
container (0.3.11)
core (2.0.55)
cosmosdb (0.2.7)
dla (0.2.3)
dls (0.1.7)
dms (0.1.1)
eventgrid (0.2.0)
eventhubs (0.3.2)
extension (0.2.3)
feedback (2.1.4)
find (0.2.13)
hdinsight (0.2.0)
interactive (0.4.1)
iot (0.3.4)
iotcentral (0.1.5)
keyvault (2.2.9)
lab (0.1.5)
maps (0.3.3)
monitor (0.2.8)
network (2.3.0)
nspkg (3.0.3)
policyinsights (0.1.0)
profile (2.1.2)
rdbms (0.3.5)
redis (0.3.2)
relay (0.1.2)
reservations (0.4.1)
resource (2.1.8)
role (2.3.0)
search (0.1.1)
security (0.1.0)
servicebus (0.3.2)
servicefabric (0.1.11)
signalr (1.0.0)
sql (2.1.7)
storage (2.3.0)
telemetry (1.0.0)
vm (2.2.12)

Additional context
Add any other context about the problem here.

@williexu williexu added Relay bug This issue requires a change to an existing behavior in the product in order to be resolved. Service Attention This issue is responsible by Azure service team. labels Mar 13, 2019
@jfggdl jfggdl added this to the Sprint 66 milestone Jul 8, 2019
v-Ajnava pushed a commit to v-Ajnava/azure-cli that referenced this issue Jul 10, 2019
tjprescott pushed a commit that referenced this issue Jul 10, 2019
* Fixed issue #8775 : Cannot create hybrid connection with disabled client authroization

* added help for relay wcfrelay update, `requires_transport_security`

* fixed lint

* fixed pylint

* updated histroy and review comments
@v-Ajnava
Copy link
Member

Hi @sajayantony, the fix is in the latest CLI release 2.0.69. please use the latest CLI and let us know if you have any queries.
closing this issue.

@haroldrandom haroldrandom added bug This issue requires a change to an existing behavior in the product in order to be resolved. Relay Service Attention This issue is responsible by Azure service team. labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Relay Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

6 participants