question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can I import a configured provider?

See original GitHub issue

Your environment

TbSync version: 2.22 Thunderbird version: 78.11.0

My usage case is with the Google-4-TbSync extension, to hook into my company’s Google Workspace. I’d like to pre-configure and deploy a provider to all users, as we’re all on the same Workspace.

I see that there’s an <TB Profile>\TbSync\accounts68.json that contains all of the necessary information - API key and secrets. If I were to package this file and deploy it to all profiles (with the extension), would that be sufficient to configure the provider?

Is that file randomly or dynamically named?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jobisoftcommented, Sep 8, 2021

I tested the policies.json approach in TB91 and it worked. That is much better!

I copied the example extension from the Firefox repository to our own and added a usage description with the new approach. https://github.com/thundernest/sample-extensions/tree/master/managedStorage

Being able to do this with the standard enterprise policies will make it much more simple to be used. You can either use the distributions directory or the Windows Group Policies to deploy the json file. Perfect.

I will update our policies repository shortly. There is already some work ongoing: https://github.com/thundernest/policy-templates/pull/1

I will ping our enterprise manager on this again.

1reaction
jobisoftcommented, Aug 17, 2021

We also have https://enterprise.thunderbird.net/ where the managed storage should be listed. I will poke a few people. I will definitely try this and give a step-by-step instructions on how to use it.

For general discussions, we have a couple of mailing lists: https://thunderbird.topicbox.com

Read more comments on GitHub >

github_iconTop Results From Across the Web

import should use configured provider · Issue #17139 - GitHub
Yes, you're right that it is required now, so that does seem counterintuitive. The requirement was put in place so that we know...
Read more >
Implement Import | Terraform - HashiCorp Developer
Test the new provider capability by importing an order resource. First, confirm that you are in the terraform-provider-hashicups root directory.
Read more >
To import SAML metadata of the identity provider
After you have configured the advanced options for SAML authentication, you can import the SAML authentication from the identity provider ...
Read more >
Importing or Exporting a Service Provider - Identity Server 5.7.0
To do this, you can simply create and configure the service provider in Tenant A, export it as an xml file, and then...
Read more >
Terraform: Importing resources from a non-default AWS region
Import the resource into the root module, using a provider that has the intended region statically configured. Use terraform state mv to move ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found