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

ClientId or clientSecret is not provided. Continue without authentication #18

Open
krischik opened this issue Jul 18, 2023 · 1 comment

Comments

@krischik
Copy link

krischik commented Jul 18, 2023

I get the following error message:

2023-07-18 11:18:01 +2 [INF] Starting ToscaExecutionClient...
2023-07-18 11:18:01 +2 [INF] Parameter "eventsConfigFilePath" defined. Using configuration from file.
Get-Content : Der Pfad "...." kann nicht gefunden
werden, da er nicht vorhanden ist.
In ...\tosca_execution_client.ps1:581 Zeichen:22
+     $script:events = Get-Content -Path $eventsConfigFilePath -Raw
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\....) [Get-Content], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

2023-07-18 11:18:01 +2 [WRN] ClientId or clientSecret is not provided. Continue without authentication...
2023-07-18 11:18:01 +2 [INF] Enqueue execution with provided parameters...
2023-07-18 11:18:01 +2 [ERR] ToscaExecutionClient failed to enqueue the execution.
2023-07-18 11:18:01 +2 [ERR] Der Remoteserver hat einen Fehler zurückgegeben: (401) Nicht autorisiert.

I tried the following command lines, none of which specify a eventsConfigFilePath and none of that worked giving slightly different error messages:

powershell tosca_execution_client.ps1 -toscaServerUrl %DEX_URL% -projectName %DEX_Project% -events TestEvents -clientId=%Tosca_Client_ID% -clientSecret=%Tosca_Client_Secret%
powershell tosca_execution_client.ps1 -toscaServerUrl %DEX_URL% -projectName %DEX_Project% -events TestEvents clientId=%Tosca_Client_ID% clientSecret=%Tosca_Client_Secret%
powershell tosca_execution_client.ps1 -toscaServerUrl %DEX_URL% -projectName %DEX_Project% -events TestEvents clientId %Tosca_Client_ID% clientSecret %Tosca_Client_Secret%

Could you please provide one full working example so I can get a feel what a correct command line looks like? Thank you.

@I3urny
Copy link
Contributor

I3urny commented Oct 18, 2023

Duplicate of #19

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

2 participants