Skip to content

Commit d47e787

Browse files
committed
do not create secret when using classmethod
1 parent 2a722b2 commit d47e787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

localstack-core/localstack/services/events/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def from_connection(cls, connection: Connection):
6464
connection.account_id,
6565
connection.authorization_type,
6666
connection.auth_parameters,
67+
create_secret=False,
6768
)
6869
connection_service.connection = connection
6970
return connection_service

0 commit comments

Comments
 (0)