After upgrading from v0.18.2 to v0.18.3 I'm getting this error when accessing a private module in my Gitlab CI pipeline:
...
10 : │ load module
11 : │ │ finding module configuration DONE [0.9s]
20 : │ │ initializing module
21 : PythonSdk.moduleRuntime(
21 : │ │ introspectionJson: no(digest: "sha256:ce0cd4c2741a4fd47399cb3bf734e84a147ecdddb59e8753343926c7c4332ed8"): Missing
21 : │ │ modSource: no(digest: "xxh3:eb9be81d910e4bbd"): Missing
21 : │ ): Container!
21 : PythonSdk.moduleRuntime ERROR [0.1s]
21 : ! failed to create secret transfer post call: failed to get source client secret store: client "vayybt5lvbnv4t2yk5tw31w7g" not found
22 : ModuleSource.asModule: Module!
22 : ModuleSource.asModule ERROR [0.1s]
22 : ! failed to load dependencies as modules: failed to load module dependencies: select: failed to get module runtime: failed to call sdk module moduleRuntime: select: failed to create secret transfer post call: failed to get source client secret store: client "vayybt5lvbnv4t2yk5tw31w7g" not found
...
Does anyone know what this error means and have any hints on how to debug it?