Google says this
Sign in to your Migrate for Compute Engine Manager with the user apiuser.
Click the System Settings icon. Set the Enable Stackdriver
Monitoring or the Enable Stackdriver Logs options to No.
Source: https://cloud.google.com/migrate/compute-engine/docs/4.9/how-to/monitoring/disabling-stackdriver
How do I login with a user called apiuser? I went to Migrate for Compute Engine Manager but I don't see the System Setting icon either
When you create your migration manager, you have to define a password for apiuser login.
If another person did it, ask them to know the password.
Related
I'm trying to create my first project in google cloud with organization's administrator account. I have access to the administrator's email and passwords and I am logging in with that account to do so. The problem is that when I click on create new project I receive the following error:
There was an error while loading /home/dashboard?project=proven-now-305315&authuser=1.
You are missing at least one of the following required permissions:
Project
resourcemanager.projects.get
Check that the project ID is valid and you have permissions to access it. Learn more
Send feedback
The detail is that in my resource administration panel I already gave the permission that they ask me to the resource as shown in the following image:
As I have read, the project IAM Admin role should grant the resourcemanager.projects.get role and as you can see in the image the resource rcv # .. which is the administrator has it activated, however I keep trying to create a new project and it doesn't allow me to do it. Any idea?
In case anybody else, like me, reaches this answer, I want to point out that the accepted answer is correct, but for me I had to also make sure that within the settings, I ensured that Project Creation Settings on the right pane and under the section of Cloud Resource Manager Api Settings was set to on. It was turned off by default. Many people on my team overlooked this as it is significantly smaller text.
This may be an option that was not present before or it was turned on by default in the past. For us, it was turned off.
Please refer to the included image for a visual representation of the
settings that need to be turned on.
The problem was for some reason the Google Cloud was disable for all users, I solved following this instructions. Solved with this!
To activate this service, please follow the steps:
Access the admin console and go to Apps -> Additional Google Services
Look for the service “Google Cloud Platform” and click on the box next to it
In to top right corner click in “ON”
Confirm you want to turn it on in the pop-up box.
I've spent more than an hour on the GCP console and cannot figure out how to create an agent. I created a project, a service account, enabled the dialogflow sdk. I even started my free trial just in case billing was required. I'm only interested in testing capabilities with the standard edition.
The quick start guide says to "Click Create Agent in the left sidebar menu". I do not have that option. My left hand menu under Dialogflow API has: Overview, Metrics, Quotas, Credentials. Can anyone provide the navigation path to actually using dialogflow via the console?
Login via your gmail account https://dialogflow.cloud.google.com/#/login
Create an agent
The steps in this guide make assumptions about your agent, so it's best to start with a new agent. You should delete any existing agent for your project before creating a new one. To delete an existing agent:
Go to the Dialogflow Console.
If requested, sign in to the Dialogflow Console. See Dialogflow console overview for more information.
Select the agent you wish to delete.
Click the settings button next to the agent's name.
Scroll down to the bottom of the General settings tab.
Click Delete this agent.
Enter DELETE in the text field.
Click Delete.
To create an agent:
Go to the Dialogflow Console.
If requested, sign in to the Dialogflow Console. See Dialogflow console overview for more information.
Click Create Agent in the left sidebar menu. (If you already have other agents, click the agent name, scroll to the bottom and click Create new agent.)
Enter your agent's name, default language, and default time zone.
If you have already created a project, enter that project. If you want to allow the Dialogflow Console to create the project, select Create a new Google project.
Click the Create button.
I have created a custom image for Google Cloud Shell, it works well with my user account, but not with other users in the same project. How can I set the image as the default for all users?
Cloud Shell custom image setting is per user. So you will need to update each individual user from the project to use the custom image created by you. You can ask other users from the project to use 'Cloud Shell Environment' UI to update the image setting. Hope that helps!
With respect to WSo2 API Manager Store, I have 2 tenants created in Management Console.
I am able to view those tenants in Store but expect carbon tenant, other users doesnt have an option Signup.
I tried this link too but its not working. https://docs.wso2.com/display/AM1100/Customizing+the+API+Store
Can anyone guide me please?
By default, self sign up is disabled for tenants AFAIK. You can enable this by following the below steps.
Login to management console as tenant admin
Go to the registry browser which can be found in the left menu.
Traverse to /_system/governance/apimgt/applicationdata/sign-up-config.xml file.
Change to true.
After that, go to the api store and you should see the sign up button.
Does the WSO2 dashboard allow for User information recovery? I am looking at it currently, and documentation shows that it allows for users to log in and manage their account. Does the Dashboard also support User Information Recovery, (i.e. resetting the password or finding a forgotten username). And if it does, what values in the configuration file do I need to modify?
Yes it does. Sort of. Here is a sample app that, I'm guessing, the WSO2 folks created.
http://cgchamath.blogspot.com/2013/12/password-recovery-with-wso2-identity.html
The example at the bottom has a readme with how to configure the server. What i did was to add a button to the dashboard login page that loaded the configured sample app, then rebranded the sample to make it look more like the dashboard page.