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

replace mail with unique id #7745

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jameskimmel
Copy link

If I am not mistaken, there is no e-mail based auth anymore and it got replaced by unique ID of the services account.

@@ -192,7 +192,7 @@ public function backup()
try {
$client = new \Google\API\Drive();
$client->login(
(string)$config->system->remotebackup->GDriveEmail,
(string)$config->system->remotebackup->GDriveUID,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will break existing setups, as the address/id is currently stored here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But only changing the label would be fine? Unfortunately I am not a coder.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if their documentation refers to uid now instead of email, I'm fine with changing the label, I haven't checked myself yet to be honest.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also did a pull request for the docs here: opnsense/docs#586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants