Dump of GAFE Admin settings? - google-admin-sdk

For an instance of GAFE, is it possible to programmatically do a dump of the complete configuration, capturing all of the settings available via the Admin console?

Related

Disable Stackdriver logging GCP

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.

Unable to access admin settings page wso2 api-m

I am trying to access the admin settings from the admin page
https://localhost:9443/admin
But the settings drop down is empty. Is there any process I need to follow to enable this.
Please note that the Alerts configuration which was under the Settings tab earlier has been moved to the analytics dashboard since 2.6[1]. That's why it's empty now. Ideally, the Settings tab should have been removed.
Anyway, you can ignore this.
[1] https://docs.wso2.com/display/AM260/Configuring+Alerts

WSO2 governance registry - Asset permissions

I'm using WSO2 governance registry and i wish to enable public visibility for all assets already loaded.I can do this via the GUI using the admin user but is there any way to do this for all assets in bulk or via the API ?
Also , can i enable by default for an asset to be public ?
Using the admin user, you will be able to do this very easily. First, you have to login to the admin console. Then using the Registry browse option, navigate to asset stored registry path. Ex: SOAP Services are stored in /_system/governance/trunk/soapservices/ collection.
There you can see Permissions panel and using it, you will be able to set the visibility of the assets to the public user.

What is the "Disable Service Factory" option that appears in CF Admin Settings Summary?

Creating a new instance in ColdFusion 10 Enterprise with the intention of it matching another instance's settings except some scheduled tasks. When I compare the Settings Summary page output for each instance there is an option called "Disable Service Factory" which I can not find in the admin. The old instance has the setting as "No" and the new instance defaulted to "Yes".
Does anyone know what this option is and how to update it in the admin if necessary? Thank you
It is a security setting. Disabling it prevents:
...the ability for CFML code to access and create Java objects
that are part of the internal ColdFusion implementation. This prevents
an unauthenticated CFML template from reading or modifying
administration and configuration information for this server.
Confusingly, the option is under a totally different name. You can find it under Server Settings > Settings:
[ x ] Disable access to internal ColdFusion Java components

wso2 dashboard user information recovery

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.