Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Feb 12, 2024
1 parent 16693ad commit 9102aaa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions controlpanel/frontend/views/apps_mng.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@ def _add_ip_allowlists(self, app, envs, ip_allowlists):
for env in envs:
AppIPAllowList.objects.update_records(app, env, ip_allowlists)

def _create_auth_settigs(
self, app, envs, github_api_token, disable_authentication, connections
):
for env in envs:
cluster.App(app, github_api_token).create_auth_settings(
env_name=env,
disable_authentication=disable_authentication,
connections=connections,
)

def _create_or_link_datasource(self, app, user, bucket_data):
if bucket_data.get("new_datasource_name"):
bucket = S3Bucket.objects.create(
Expand Down

0 comments on commit 9102aaa

Please sign in to comment.