Prisma Cloud Compute Multi Tenancy and creating Project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Prisma Cloud Compute Multi Tenancy and creating Project

L0 Member

 

Hi,

 

I would like to inform you about an issue I encountered while creating and provisioning a project. I enabled the "Projects" feature, and during configuration, I mistakenly set the Supervisor Address to https://localhost:8083 and filled in my admin credentials. However, upon trying to access https://localhost:8083 in the browser, I encountered an error indicating "too many redirects."

I realized that the Supervisor Address configuration was incorrect and needed to be reset. Unfortunately, I was unable to log in due to the redirect error. To resolve this, I used the API service to reset the settings to their default configuration. The command I used is as follows:

 

 
curl -k \ -u admin \ -X POST \ -H 'Content-Type:application/json' \ -d '{"master":false, "redirectURL":""}' \ https://localhost:8083/api/v1/settings/projects

 

Please enter your password for the CLI interface. After executing the API command, the incorrect configuration was resolved, allowing me to log in successfully. I then proceeded to delete the project settings that had been causing the issue.

Best regards,
Fahri

0 REPLIES 0
  • 69 Views
  • 0 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!