Skip to content
#

devops

Here are 389 public repositories matching this topic...

joshunger
joshunger commented Aug 22, 2016

Is it possible to add support for usernames already defined in the ssh config? It isn't technically "passing" it but ssh just uses it. This is how I believe Ansible works. This would be very helpful so (a) usernames aren't hardcoded and (b) a username configured already for the server in ssh so you don't duplicate the definition elsewhere.

An easy example is ec2-user for Amazon Linux instanc

awheeler
awheeler commented Mar 6, 2020

The nomad-acl-token is being logged at the default logging level of info. I think that it makes sense to log other useful info at info level, but secret info like tokens would ideally never be logged, or at best, at debug level only.
In looking at the code, it seems most if not all logging is done at the info level, so other levels of logging aren't very useful as a work-around.

That

yamalight
yamalight commented Aug 21, 2019

We need a proper website, with docs, examples, etc.
Basic static generation (e.g. with Gatsby) from markdown (to allow for current docs reuse) would probably work just fine.

  • Make a static website (done thanks to @FDiskas )
  • Setup CI builds on every push / PR
  • Setup CD to github pages
  • Figure out a domain (github org domain? .js.org domain? something else?)
siddhant94
siddhant94 commented Apr 25, 2020

Is your feature request related to a problem? Please describe.

I am unable to add instrumentation for Global Objects in the agent in a way that is described here. There are few methods that I needed to instrument like eval(), setTimeout() etc.
(PS: I don't know if I am approaching this right)

**Describe the solution you'd li

lucas-rudd
lucas-rudd commented Feb 18, 2020

Right now, when you archive a key, you can only see it if you manually search for it.

This can cause some key name conflict issues, or issues when trying to create a folder with the same name as an archived (bu not yet deleted key).

It would be ideal for there to be a way to see all archived keys at once, without the need to search for them in the search bar.

Improve this page

Add a description, image, and links to the devops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the devops topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.