Skip to content

Commit 2961950

Browse files
SNOW-2341031 Remove snow auth keypair completely (#2611)
* SNOW-2341031 Remove `snow auth keypair` completely * add missing file
1 parent e50d98b commit 2961950

File tree

12 files changed

+2
-2436
lines changed

12 files changed

+2
-2436
lines changed

src/snowflake/cli/_app/commands_registration/builtin_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from snowflake.cli._plugins.auth.keypair import plugin_spec as auth_plugin_spec
15+
from snowflake.cli._plugins.auth import plugin_spec as auth_plugin_spec
1616
from snowflake.cli._plugins.connection import plugin_spec as connection_plugin_spec
1717
from snowflake.cli._plugins.cortex import plugin_spec as cortex_plugin_spec
1818
from snowflake.cli._plugins.dbt import plugin_spec as dbt_plugin_spec

src/snowflake/cli/_plugins/auth/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from snowflake.cli._plugins.auth.keypair.commands import app as keypair_app
21
from snowflake.cli._plugins.auth.oidc.commands import (
32
app as oidc_app,
43
)
@@ -9,5 +8,4 @@
98
help="Manages authentication methods.",
109
)
1110

12-
app.add_typer(keypair_app)
1311
app.add_typer(oidc_app)

src/snowflake/cli/_plugins/auth/keypair/__init__.py

Whitespace-only changes.

src/snowflake/cli/_plugins/auth/keypair/commands.py

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)