You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When updating the graph notebook config using the %%graph_notebook_config or %%graph_notebook_host magics, lose the authorization parameter auth_mode in the configuration.
To Reproduce
Steps to reproduce the behavior:
Create a new notebook and verify that the auth_mode parameter exists
Update the configuration using the magics
Check the configuration and the auth_mode parameter does not exist
The text was updated successfully, but these errors were encountered:
bechbd
changed the title
[BUG] Summarize the issue in a few words here
[BUG] Auth Mode Configuration Parameter lost after updating using a magic
Mar 7, 2023
Upon further investigation, this was root caused to using a host not in the allowlist configuration, so it was only saving the relevant parameters.
My request here is to make it more explicit that only part of the configuration has been saved due to unneeded parameters in the request. Something like
The provided configuration contains parameters that are not required for the selected configuration. These parameters have not been saved.
Describe the bug
When updating the graph notebook config using the
%%graph_notebook_config
or%%graph_notebook_host
magics, lose the authorization parameterauth_mode
in the configuration.To Reproduce
Steps to reproduce the behavior:
auth_mode
parameter existsauth_mode
parameter does not existThe text was updated successfully, but these errors were encountered: