Skip to content

Onboard Intake(3/3): introduce Intake Users - #1293

Merged
rubenhoenle merged 3 commits into
stackitcloud:mainfrom
stackit-intake:introduce-intake-users
Mar 30, 2026
Merged

Onboard Intake(3/3): introduce Intake Users#1293
rubenhoenle merged 3 commits into
stackitcloud:mainfrom
stackit-intake:introduce-intake-users

Conversation

@yago-123

Copy link
Copy Markdown
Contributor

Description

Intake is composed of three components:

  • Intake Runners: dedicated, isolated runtime data ingestion environment
  • Intakes: a specific data stream or topic within an Intake Runner
  • Intake Users: provides secure access credentials for your applications to connect to your Intake.

Intake Runner and Intakes has already been merged (#952, #1124) this PR is the continuation and last module for fully onboarding Intake into the CLI.

relates to #1234

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see e.g. here)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@yago-123
yago-123force-pushed the introduce-intake-users branch from 3b8416d to fb2271fCompareFebruary 16, 2026 09:29
@yago-123yago-123 changed the title Onboard Intake(2/3): introduce Intake UsersOnboard Intake(3/3): introduce Intake UsersFeb 16, 2026
@yago-123
yago-123 marked this pull request as ready for review February 16, 2026 09:33
@yago-123
yago-123 requested a review from a team as a code ownerFebruary 16, 2026 09:33
Comment threadinternal/cmd/beta/intake/user/list/list.go Outdated
Comment threadinternal/cmd/beta/intake/user/list/list.go Outdated
Comment threadinternal/cmd/beta/intake/user/user.go
@yago-123

yago-123 commented Feb 23, 2026

Copy link
Copy Markdown
ContributorAuthor

@rubenhoenle thanks for the quick review. For the subcommand declaraction I adjusted Intake Runner aswell to match the pattern.

@github-actions

Copy link
Copy Markdown

This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it.

@yago-123

Copy link
Copy Markdown
ContributorAuthor

Bot keep this open please

@github-actions

Copy link
Copy Markdown

This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it.

@github-actions

Copy link
Copy Markdown

This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it.

rubenhoenle
rubenhoenle previously approved these changes Mar 30, 2026
Comment threadinternal/cmd/beta/intake/user/create/create.go
Comment threadinternal/cmd/beta/intake/user/create/create.go
Comment threadinternal/cmd/beta/intake/user/delete/delete.go
Comment threadinternal/cmd/beta/intake/user/update/update.go
Comment threadinternal/cmd/beta/intake/user/create/create.go Outdated
@yago-123

Copy link
Copy Markdown
ContributorAuthor

Thank you both🙏🏻 included the changes and tested the new spinner

@rubenhoenle
rubenhoenle merged commit 4fd4a53 into stackitcloud:mainMar 30, 2026
3 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@yago-123@rubenhoenle@cgoetz-inovex