We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473bd22 commit 84c2a20Copy full SHA for 84c2a20
1 file changed
client/python/apache_polaris/cli/command/profiles.py
@@ -124,8 +124,8 @@ def _update_profile(self, name: str) -> None:
124
input(f"Polaris Client Secret [{current_client_secret}]: ")
125
or current_client_secret
126
)
127
- host = input(f"Polaris Client ID [{current_host}]: ") or current_host
128
- port = input(f"Polaris Client Secret [{current_port}]: ") or current_port
+ host = input(f"Polaris Host [{current_host}]: ") or current_host
+ port = input(f"Polaris Port [{current_port}]: ") or current_port
129
realm = input(f"Polaris Context Realm [{current_realm}]: ") or current_realm
130
header = (
131
input(f"Polaris Context Header Name [{current_header}]: ")
0 commit comments