]
praneeth bajjuri commented on SWSQE-838:
----------------------------------------
I went to through git crypt, using git crypt we can store our secret information in a file
by encrypting it and we push this file into git when we want that information we can
decrypt using bash script then we can use all the data in groovy Jenkins files.
for reference see the link :
Investigate how we could use git-crypt
--------------------------------------
Key: SWSQE-838
URL:
https://issues.jboss.org/browse/SWSQE-838
Project: Kiali QE
Issue Type: QE Task
Reporter: Filip Brychta
Assignee: Prachi Yadav
Priority: Minor
Labels: infrastructure
Do we want to use git-crypt to store credentials?
Problem is how to safely share credentials among team members, how to use them in jenkins
jobs and automation, etc.
# check how other teams are doing it
# suggest improvements for kiali team