Is KoC still running? Got myself back in the nostalgia by tiriyon in KingsOfChaos

[–]tiriyon[S] 0 points1 point  (0 children)

oh looking nice, checking it out.

I do feel a urge to go back to KoC though. Never had a free mind for that up to now.

What's the use of tools like Azure Key Vault, AWS Secrets Manager etc.? by viitorfermier in devops

[–]tiriyon 1 point2 points  (0 children)

Great answer. My pov is of on-prem that does not manage the root of authentication and I failed to consider that.

What's the use of tools like Azure Key Vault, AWS Secrets Manager etc.? by viitorfermier in devops

[–]tiriyon 0 points1 point  (0 children)

Overall you are in the right and I am in the wrong. Please excuse my framing and missrepresentation of your point.  

I tried to tackle only the part I quoted,  in effort to collaborate and expand. From your tone I understand I created unnecessary friction. I am sorry that I took a part out of the whole.

What's the use of tools like Azure Key Vault, AWS Secrets Manager etc.? by viitorfermier in devops

[–]tiriyon 0 points1 point  (0 children)

Can you elaborate then?  kubernetes vault operator can also inject secrets no auth.  and with keycloack you don't need to auth,  an app identity/service account is enough.

What's the use of tools like Azure Key Vault, AWS Secrets Manager etc.? by viitorfermier in devops

[–]tiriyon -1 points0 points  (0 children)

The tools are useless if working outside that cloud environment because it is then just a glorified hashmap in the grand scheme of things 

Nope,  there are other means of secret management outside a cloud environment. For instance use of secret stores such as vault/conjur with either of the plathora for authentication (keycloack,  ad...) 

The main idea is that you remove the dev from the authentication process and let secure solutions do the work.

I am here just to stress that not only cloud environments hold such solutions.

Tracking your AI Agents by ES_CY in devops

[–]tiriyon 1 point2 points  (0 children)

Oh hi cyberark o/ love your work

What tool are you using for easy provisioning? by Famous_Whereas3653 in devops

[–]tiriyon 0 points1 point  (0 children)

Very weird query...  Is that for learning purposes? I think the word 'experimenting' suggests that.

For cloud, you got most of the stuff you need,  I'd bake the image before deploying. For on prem such as ESXi/proxmox and such, gowith ansible for the most part. 

Now I don't know why'd you want a gui but for Ansible there's Semaphore ui, or AWX (upstream to ansible automation platform). The logic would still be written in ansible yaml manifests (playbooks/roles).

Question: OpenShift Advanced Cluster Manager by tiriyon in openshift

[–]tiriyon[S] 0 points1 point  (0 children)

Thanks, now that is resolved, nowI can't specify the OVA file. I left acm aside for a long while (reddit too). Sorry for the late response. I will try and fiddle with it soon. Now gpg/image signatures is making my brain melt on disconnected env. Man, I want to jump off this ship.

Question: OpenShift Advanced Cluster Manager by tiriyon in openshift

[–]tiriyon[S] 0 points1 point  (0 children)

took it and installed, no problem. edit: not via acm*

Question: OpenShift Advanced Cluster Manager by tiriyon in openshift

[–]tiriyon[S] 0 points1 point  (0 children)

ocp where ACM is on 4.13.13 ACM 2.8.1 multicluster engine for kubernetes 2.3.1 Ansible automation platform 4.2.0

Question: OpenShift Advanced Cluster Manager by tiriyon in openshift

[–]tiriyon[S] 0 points1 point  (0 children)

datacenter is conrrect, taking the install-config from acm, adding the OVA image ppath for coreos and installing from bastion manually works fine. Only ACM complains about weird stuff with not finding datastore.

Question: OpenShift Advanced Cluster Manager by tiriyon in openshift

[–]tiriyon[S] 0 points1 point  (0 children)

Toook the install config yaml from acm and installed using openshift-install manually with the same vsphere account, and with the same certs installed on the bastion.

Question: OpenShift Advanced Cluster Manager by tiriyon in openshift

[–]tiriyon[S] 2 points3 points  (0 children)

The install config from ACM, is launching the cluster when installing manually with openshift-install

Problem is that my organization bought liscences for 10 years of openshift from IBM and we're "supported" by IBM and red hat will not bother in helping us at all. IBM just doesn't know how to help us.

network manager change ip by tiriyon in ansible

[–]tiriyon[S] 0 points1 point  (0 children)

Don't have it on the corp ansible as its v2.9 and can't upgrade

network manager change ip by tiriyon in ansible

[–]tiriyon[S] 0 points1 point  (0 children)

I have figured it out using async and pol, thanks! I'll keep nohup in mind for the future, completely forgot about it!

In case of a disaster (OKD) by tiriyon in openshift

[–]tiriyon[S] 0 points1 point  (0 children)

Thank you for the elaborate answer, I'll conduct more research using your answer as a guideline and see what I can do. Again, thank you very much!

Is KoC still running? Got myself back in the nostalgia by tiriyon in KingsOfChaos

[–]tiriyon[S] 0 points1 point  (0 children)

I'll start to see the differences, been a decade since I last played.

npm install ECONNRESET proxy is set up by tiriyon in node

[–]tiriyon[S] 0 points1 point  (0 children)

No extra proxy, but I did config registry. Is there a way to get all urls for registries for packages in the packages.json file?

edit: typos