Skip to content

Commit 7d3dbd7

Browse files
update comments
1 parent 2fd36e5 commit 7d3dbd7

File tree

1 file changed

+4
-0
lines changed
  • src/planet_auth_utils/commands/cli

1 file changed

+4
-0
lines changed

src/planet_auth_utils/commands/cli/util.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ def post_login_cmd_helper(
9696
# explict command line option.
9797
use_sops = use_sops_opt
9898
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.
99103
_config_data = override_auth_context.auth_client().config().data() or {}
100104
if (
101105
_config_data.get(_SOPSAwareFilesystemObjectStorageProvider._STORAGE_TYPE_KEY)

0 commit comments

Comments
 (0)