Rajeshwari C
Rajeshwari C
Team, i have connected to Azure cache Redis instead Mariadb and still same error {"level":"error","ts":1715149906.388099,"caller":"server/server.go:80","msg":"Unable to store secret","error":"memcache: no servers configured or available","stacktrace":"github.com/jhaals/yopass/pkg/server.(*Server).createSecret\n\t/yopass/pkg/server/server.go:80\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2122\ngithub.com/jhaals/yopass/pkg/server.newMetricsMiddleware.func1.1\n\t/yopass/pkg/server/server.go:228\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2122\ngithub.com/gorilla/mux.(*Router).ServeHTTP\n\t/go/pkg/mod/github.com/gorilla/[email protected]/mux.go:212\ngithub.com/jhaals/yopass/pkg/server.SecurityHeadersHandler.func1\n\t/yopass/pkg/server/server.go:198\nnet/http.HandlerFunc.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2122\ngithub.com/gorilla/handlers.loggingHandler.ServeHTTP\n\t/go/pkg/mod/github.com/gorilla/[email protected]/logging.go:47\nnet/http.serverHandler.ServeHTTP\n\t/usr/local/go/src/net/http/server.go:2936\nnet/http.(*conn).serve\n\t/usr/ i am following this doc as a...
@jhaals , Please suggest on reported problem.
@Ndiritu , Please find the requested details. PS C:\Windows\system32> Get-InstalledModule Microsoft.Graph.Users Version Name Repository Description ------- ---- ---------- ----------- 2.19.0 Microsoft.Graph.Users PSGallery Microsoft Graph PowerShell Cmdlets Powershell version PS C:\Windows\system32>...
Also i have tried reinstalling the module and connection is happening successfully. Connect-MgGraph -TenantId $tenantId -Credential $credential Welcome to Microsoft Graph! Connected via apponly access using db83b40f-b613-4128-9ac4-4a206f11c6ba Readme: https://aka.ms/graph/sdk/powershell SDK...
i have disconnected it, still getting below error during uninstall. PS C:\Windows\system32> Get-InstalledModule Microsoft.Graph.Users | Uninstall-Module -Force WARNING: The version '2.19.0' of module 'Microsoft.Graph.Users' is currently in use. Retry the...
After downgrading to 2.17.0 , i am still getting error: **Connecting to MgGraph:** PS C:\Windows\system32> Connect-MgGraph -TenantId $tenantId -Credential $credential Welcome to Microsoft Graph! Connected via apponly access using db83b40f-b613-4128-9ac4-4a206f11c6ba...
@Ndiritu PS C:\Windows\system32> Get-InstalledModule -Name "Az.accounts" Version Name Repository Description ------- ---- ---------- ----------- 3.0.0 Az.Accounts PSGallery Microsoft Azure PowerShell - Accounts credential management cmdlets for Azure Resource M... PS...
it worked in Powershell 7 version.
@Ndiritu , I did tried "Update-Module -Name Az -Force" yesterday and unable to pull the version of the AZ powershell. PS C:\Windows\system32> Get-InstalledModule -Name "Az" PackageManagement\Get-Package : No match was...
I am using powershell app and Powershell ISE on test Windows server 2019. 