We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ecf4e commit 3730364Copy full SHA for 3730364
sigstore/_internal/rekor/client_v2.py
@@ -149,22 +149,6 @@ def _build_dsse_create_entry_request(
149
)
150
151
152
- @classmethod
153
- def production(cls) -> RekorV2Client:
154
- """
155
- Returns a `RekorV2Client` populated with the default Rekor production instance.
156
157
- return cls(
158
- DEFAULT_REKOR_URL,
159
- )
160
-
161
162
- def staging(cls) -> RekorV2Client:
163
164
- Returns a `RekorV2Client` populated with the default Rekor staging instance.
165
166
- return cls(STAGING_REKOR_URL)
167
168
169
class RekorClientError(Exception):
170
"""
0 commit comments