Skip to content

Commit 77f553e

Browse files
WIP
1 parent c2a12ee commit 77f553e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/planet_auth_utils/commands/cli/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def cmd_plauth_login(
227227
)
228228
print("Login succeeded.") # Errors should throw.
229229

230+
# FIXME: sops
230231
post_login_cmd_helper(override_auth_context=override_auth_context, use_sops=sops, prompt_pre_selection=yes)
231232

232233

src/planet_auth_utils/commands/cli/oauth_cmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def cmd_oauth_login(
128128
extra=login_extra,
129129
)
130130
print("Login succeeded.") # Errors should throw.
131+
# FIXME sops-ness of profiles is being lost
131132
post_login_cmd_helper(override_auth_context=current_auth_context, use_sops=sops, prompt_pre_selection=yes)
132133

133134

src/planet_auth_utils/commands/cli/planet_legacy_auth_cmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def cmd_pllegacy_login(ctx, username, password, sops, yes):
8181
password=password,
8282
)
8383
print("Login succeeded.") # Errors should throw.
84+
# FIXME: sops-ness is being lost
8485
post_login_cmd_helper(override_auth_context=current_auth_context, use_sops=sops, prompt_pre_selection=yes)
8586

8687

0 commit comments

Comments
 (0)