We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd36e5 commit 7d3dbd7Copy full SHA for 7d3dbd7
src/planet_auth_utils/commands/cli/util.py
@@ -96,6 +96,10 @@ def post_login_cmd_helper(
96
# explict command line option.
97
use_sops = use_sops_opt
98
if not use_sops:
99
+ # Here in the CLI we can assume that the default storage provider
100
+ # _SOPSAwareFilesystemObjectStorageProvider is being used. Unlike general
101
+ # library use, we do not support caller provided custom storage providers
102
+ # in the CLI tools at this time.
103
_config_data = override_auth_context.auth_client().config().data() or {}
104
if (
105
_config_data.get(_SOPSAwareFilesystemObjectStorageProvider._STORAGE_TYPE_KEY)
0 commit comments