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

Silent authorization #4

Open
mdeery opened this issue Nov 15, 2017 · 13 comments
Open

Silent authorization #4

mdeery opened this issue Nov 15, 2017 · 13 comments

Comments

@mdeery
Copy link

mdeery commented Nov 15, 2017

Is there a way to get this working silently?

@cgonIT
Copy link

cgonIT commented Nov 23, 2018

Is there a way to get this working silently?

Did you get the way to make it working silently? I need to pass the data connection through powershell or ARM Template, but without interacting. Is there any option to do that @jeffhollan ?

Thank you in advance.
Pd: I found a little "bug" in the code, where the Statuse are shown into the terminal:
(Maybe there is a better way to do it, but consider it )
Last couple of lines are:

$connection = Get-AzureRmResource -ResourceType "Microsoft.Web/connections" -ResourceGroupName $ResourceGroupName -ResourceName $ConnectionName
Write-Host "connection status now: " $connection.Properties.Statuses[0]

I add a new one, and modified the last one (output):
$connectionStatus = $connection.Properties.Statuses[0].status
Write-Host "connection status now: [$($connectionStatus)]" -ForegroundColor Green;

@mganeshphani
Copy link

any update on this? @jeffhollan

@alenroki
Copy link

Is there any update on this? @jeffhollan

2 similar comments
@MLopesSousa
Copy link

Is there any update on this? @jeffhollan

@dexterlakin
Copy link

Is there any update on this? @jeffhollan

@improving-jeffd
Copy link

Would love to be able to work this silently, so it can be run as a post deploy script in DevOps.

@SahinOzdemir
Copy link

@jeffhollan Jeff Any idea how to get this to work from Azure DevOps? The custom window will not work ;)

@johnjbateman
Copy link

@SahinOzdemir @qdi-jeffd @jeffhollan

Good question. I need to do this as part of a task at work. If I figure it out, I will submit a PR.

@mganeshphani
Copy link

I believe the best possible approach here would be to enable all the connectors to pick the credentials from keyvault via managed identity.

@richcoresln
Copy link

@johnjbateman I also need to do the same. Did you manage to make any progress with this?

@johnjbateman
Copy link

@richcoresln nope!

@steveculshaw
Copy link

@jeffhollan The aspect of being able to authorise from Azure DevOps pipeline is really important, and the lack of a "built-in" option seems a big gap in ADO :-(

@cveld
Copy link

cveld commented Jan 12, 2021

@jeffhollan any update?

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

No branches or pull requests