Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service account printing extra steps #1262

Merged
merged 4 commits into from
Oct 28, 2021
Merged

Service account printing extra steps #1262

merged 4 commits into from
Oct 28, 2021

Conversation

wtrocki
Copy link
Collaborator

@wtrocki wtrocki commented Oct 27, 2021

#1261

Veriification

rhoas service-account create --file-format=env

Output

✔️  Service account created successfully with ID "597c08bc-6b26-4529-837b-d4a2c69167dd"
✔️  Credentials saved to y

Next step is to enable specific access rules for your current services.
To enable full access to produce consume Kafka messages execute:

 $ rhoas kafka acl grant-access --producer --consumer --service-account srvc-acct-98bbe826-b2c7-4160-be53-154f0f836d72 --topic all --group all

To enable read and write access to Service Registry

 $ rhoas service-registry role add --role DEVELOPER --service-account srvc-acct-98bbe826-b2c7-4160-be53-154f0f836d72

@wtrocki wtrocki merged commit c0bc7f8 into main Oct 28, 2021
@wtrocki wtrocki deleted the service-account branch October 28, 2021 12:02
Sign up for free to 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.

rhoas cluster connect should print instructions for service account enablement per service
4 participants