Drop Bitbucket support

since only the Bitbucket Server product supports signed payloads,
bitbucket.org does not.  And we are requiring signed payloads.
This commit is contained in:
Jeff Bradberry
2019-09-19 15:12:47 -04:00
parent f7396cf81a
commit 885841caea
8 changed files with 4 additions and 74 deletions

View File

@@ -1001,22 +1001,6 @@ ManagedCredentialType(
},
)
ManagedCredentialType(
namespace='bitbucket_token',
kind='token',
name=ugettext_noop('Bitbucket Personal Access Token'),
managed_by_tower=True,
inputs={
'fields': [{
'id': 'token',
'label': ugettext_noop('Token'),
'type': 'string',
'secret': True,
}],
'required': ['token'],
},
)
ManagedCredentialType(
namespace='insights',
kind='insights',