Wednesday, 18 December 2019

Jenkins CI - Reminder how to manage my password

I was struggling to find the place where I can change the password for my Jenkins CI account, for sites such as: -

https://issues.jenkins-ci.org/login.jsp

https://issues.jenkins-ci.org/secure/Dashboard.jspa

https://issues.jenkins-ci.org/secure/ManageRapidViews.jspa

https://issues.jenkins-ci.org/projects/WEBSITE/issues/WEBSITE-637?filter=allopenissues

Well, I found it .....

Security through obscurity perhaps ....

https://accounts.jenkins.io/myself/

from where I can add my GitHub ID, add SSH public keys and ..... CHANGE MY FLIPPING PASSWORD.

Good to know !

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...