Skip to content

fix: replace service account "name" with "short description"#1193

Merged
craicoverflow merged 2 commits intoredhat-developer:mainfrom
craicoverflow:serviceaccount-changes
Oct 11, 2021
Merged

fix: replace service account "name" with "short description"#1193
craicoverflow merged 2 commits intoredhat-developer:mainfrom
craicoverflow:serviceaccount-changes

Conversation

@craicoverflow
Copy link
Contributor

@craicoverflow craicoverflow commented Oct 8, 2021

Closes #1156

Remove the short description field from service accounts and rename "name" to "short description".

Verification

  1. Run rhoas service-account create and rhoas service-account reset-credentials, both in interactive and non-interactive modes.

Guides PR: redhat-developer/app-services-guides#336

@craicoverflow craicoverflow force-pushed the serviceaccount-changes branch from ee13c67 to 79874bc Compare October 11, 2021 09:29
@craicoverflow craicoverflow marked this pull request as ready for review October 11, 2021 09:30
@craicoverflow craicoverflow force-pushed the serviceaccount-changes branch 2 times, most recently from 3ba3024 to bb8607c Compare October 11, 2021 09:44
@@ -1,3 +1,5 @@
// nolint
Copy link
Contributor Author

Choose a reason for hiding this comment

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

golangci-lint run cmd/... pkg/... internal/...
pkg/editor/linux.go:1: File is not `gofmt`-ed with `-s` (gofmt)
// +build !windows
make: *** [Makefile:64: lint] Error 1

I was suddenly getting this lint error for some reason.

@craicoverflow craicoverflow requested review from rkpattnaik780 and wtrocki and removed request for wtrocki October 11, 2021 09:44
@craicoverflow craicoverflow force-pushed the serviceaccount-changes branch from bb8607c to c75a802 Compare October 11, 2021 09:47
@craicoverflow craicoverflow changed the title feat(serviceaccount): remove name field fix: replace service account "name" with "short description" Oct 11, 2021
@craicoverflow craicoverflow force-pushed the serviceaccount-changes branch 2 times, most recently from 61b6f58 to b031208 Compare October 11, 2021 10:37
Enda Phelan added 2 commits October 11, 2021 11:58
BREAKING CHANGE: The service account `long description` field is removed
and the `name` has been re-labeled to `short description`
@craicoverflow craicoverflow force-pushed the serviceaccount-changes branch from b031208 to 8bb323a Compare October 11, 2021 10:58
@craicoverflow craicoverflow merged commit 4c6a8e0 into redhat-developer:main Oct 11, 2021
@craicoverflow craicoverflow deleted the serviceaccount-changes branch October 11, 2021 11:00
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.

Service Account: Remove the description field and rename "name" to "short description"

2 participants