Skip to content

Conversation

matei0494
Copy link

@matei0494 matei0494 commented Aug 13, 2025

Description

Add support for Teleport (https://goteleport.com/).

Related Issue

Motivation and Context

Balabit will be replaced by Teleport hence support will need to be added.

How Has This Been Tested?

Tested ops functionality for ssh, sync, run and playbook. Added additional tests for ssh with Teleport.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

def ec2(args):
filters = args.get('filters', [])
bastion_filters = args.get('bastion', [])
teleport_enabled = args.get('teleport_enabled')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inventory:
  - plugin: cns
    args:
      teleport_enabled: True
      clusters:
        - region: us-east-1
          boto_profile: aam-npe
          names: ['{{ cluster }}']

Comment on lines +369 to +371
def is_teleport_enabled(self, args):
return True if self.get_cluster_config('teleport').get('enabled') and args.use_teleport else False

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scb:
  enabled: false
  host: 'scb.global.adobe.net'

teleport:
  enabled: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants