Skip to content
#

devops

Here are 5,052 public repositories matching this topic...

netdata
httpie
nhooey
nhooey commented Mar 6, 2020

It's not clear from the website's documentation, or the --help output, how to do the following equivalent curl task:

Post a raw JSON query to ElasticSearch:

curl \
    --header "Content-Type: application/json" \
    --request POST \
    --data '{ "_source": [ "restricted_countries.*" ], "query": { "match_all": {} }, "size": 1000 }' \
    'http://localhost:9200/_search'

T

dorongold
dorongold commented Sep 11, 2019

Summary

Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua can be very useful.

Additional Details

There are many use-cases that come to mind:

  • Using environment variables inside the d
silverwind
silverwind commented Apr 15, 2020

go-gitea/gitea#11032 will output unicode emoji from tokens and attempting to save such a emoji into a utf8 table will result in error 500:

CreateIssueComment: Error 1366: Incorrect string value: '\xF0\x9F\x91\x8E' for column 'content' at row 1

I think we should:

  1. default new installs to utf8mb4
  2. mention in the release notes that MySQL users are e
XSAM
XSAM commented Dec 26, 2019

The go build command in the Compilation Wiki will throw complaints.

#Compile from source
cd $HOME/gocode/src/github.com/buger/gor
go build LDFLAGS = -ldflags "-extldflags "-static""

$ go build LDFLAGS = -ldflags "-extldflags \"-static\""
can't load package: package LDFLAGS: malformed module path "LDFLAGS": missing dot 
Seanstoppable
Seanstoppable commented May 3, 2019

What problem does this solve?

Configs are prone to error. If we can give people a setup command to ease problems, this would reduce errors.

How do envision it working?

In #408, it was brought up that since every module has a strongly typed config, this means we should be able to annotate the config to generate documentation. It follows that, if we can generate documentation, we

xliyq
xliyq commented Jun 24, 2019

问题描述
使用的docker配置http://walle-web.io/docs/installation_docker.html
添加部署公钥要无法验证通过
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0755 for '/root/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.

bug
d4t4king
d4t4king commented May 1, 2020

Describe the bug
Online docs for NETW-3200 are not yet implemented.

Version

  • Distribution: Ubuntu 18.04
  • Lynis version: 3.0.0

Expected behavior
A (minimal) description of the problem should exist and ideally a general direction on how to fix the issue.

Output

A new discovery!

Oops, looks like this control is not listed yet in the database.

Want to help 
tas50
tas50 commented Oct 25, 2019

I burned a ton of time after hitting this one. It seems like a common getting started error with Chef that we should really handle better. If you spin up a node in EC2 it ends up with the cert being signed by the internal hostname and you can't use that self signed cert with knife. The solution it to update the API URL in the server config and reconfigure, but good luck finding anything online to

briankmatheson
briankmatheson commented Feb 18, 2020

Description

Expected Behavior

it should just work ;^) But if not it needs to feed the errored state back somehow. 
in this case it probably needs to say that the disk is already mounted. 

## Current Behavior
<!-- Tell us what happens instead -->
Repro'ed:

 bmath@timesink:~/maya/gke/test86$ ca
surister
surister commented Jan 21, 2020

This is a reminder for me or a task if anyone wants :P

imagen

Basically, The last two questions aren't really regex's questions.

To do:

  • Move said questions to correct place.
  • Add new regex questions (Python related!)?
  • Maybe add a new ## Regex section, as it is a valuable skill
boweeb
boweeb commented Apr 6, 2020

For the life of me, I can't find where valid keys are defined or how they're determined. This information would be particularly handy in the awless show --help output. FWIW, my immediate use-case is only concerned with EC2 instance "Launch Time".

awless show i-foobar shows an Uptime key but that doesn't work.

$ awless show --values-for Uptime i-foobar
[error]   no values for ["
dgsardina
dgsardina commented Nov 28, 2019

Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.

Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i

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.