Skip to content

Conversation

@gabrielcorado
Copy link
Contributor

Related to RFD 0030e.

Add app auth config resource commands subset (for CRUD) to tctl.

Manual testing

The new resource was tested with two Teleport cluster configurations: Standalone and Proxy + Auth server.

The testing used tctl to perform the CRUD operations of the resource:

version: v1
kind: app_auth_config
metadata:
  name: example
spec:
  app_labels:
  - name: teleport.internal/app-sub-kind
    values: [mcp]
  jwt:
    issuer: https://issuer
    audience: teleport
    jwks_url: https://issuer/.well-known/jwks.json
  • tctl create appauth.yaml
  • tctl create -f appauth.yaml
  • tctl get appauthservers
  • tctl edit app_auth_config/example
  • tctl delete app_auth_config/example

@gabrielcorado gabrielcorado requested a review from greedy52 January 9, 2026 03:07
@gabrielcorado gabrielcorado added the no-changelog Indicates that a PR does not require a changelog entry label Jan 9, 2026
@github-actions github-actions bot added size/md tctl tctl - Teleport admin tool labels Jan 9, 2026
@github-actions github-actions bot requested a review from alexhemard January 9, 2026 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Indicates that a PR does not require a changelog entry size/md tctl tctl - Teleport admin tool

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants