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

Add CI service account for admin user and reader roles #633

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

yaacov
Copy link
Member

@yaacov yaacov commented Jul 31, 2023

Add CI service account for admin user and reader roles

add more roles to the script ci/create-forklift-user-account.sh

# running the script for creating the new service accounts:
source ci/create-forklift-user-account.sh

# will export TOKEN_ADMIN, TOKEN_USER and TOKEN_READER environment variables 

running a local console:

# running a local console with forklift user credentials:
export BRIDGE_K8S_AUTH_BEARER_TOKEN=${TOKEN_USER}; npm run console

@yaacov yaacov added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Jul 31, 2023
@yaacov yaacov added this to the 2.5.0 milestone Jul 31, 2023
@yaacov yaacov force-pushed the ci-create-user-reader-and-admin-roles branch 2 times, most recently from f7b8d13 to 0be7f9a Compare July 31, 2023 07:55
Signed-off-by: yaacov <yzamir@redhat.com>
@yaacov yaacov force-pushed the ci-create-user-reader-and-admin-roles branch from 0be7f9a to 88593a7 Compare July 31, 2023 07:57
@sonarcloud
Copy link

sonarcloud bot commented Jul 31, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@yaacov yaacov merged commit 6fb613f into kubev2v:main Jul 31, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant