Skip to content
#

declarative

Here are 429 public repositories matching this topic...

solid
dolevf
dolevf commented Jul 6, 2021

Hi,

Open Policy Agent, when configured to send logs remotely, is sending logs to /logs by default. When adding partitions, partitions are appended to /logs/<partition> as documented and expected.

This became a bit of a problem for me when I wanted to send logs to a SaaS SIEM. SIEMs would typically provide a static path, and they don't expect any paths after the designated endpoint.

Fo

flyte
pmahindrakar-oss
pmahindrakar-oss commented Jul 13, 2021

Describe the feature/command for flytectl
Current way of flytectl upgrade is manual and the user needs to do a brew upgrade flytectl if he is mac user
or perform installer again and copy the binary
curl -s https://raw.githubusercontent.com/lyft/flytectl/master/install.sh | bash

flytectl version command already recommends whats the latest version .
eg :

flytectl version
A
authorjapps
authorjapps commented Aug 5, 2020

As a SDET
I want a documentation or Wiki page where the expected vs actual field matching is explained
So that I can use these in my test automation to test the server response payloads and headers
e.g. id=123 , id="123", isValid=true, isValid="true" etc

AC1:

Cover the following currently supported mechanisms with examples

  • $EQ
  • (int)
  • (float) or (decimal)
  • (boolean)

Improve this page

Add a description, image, and links to the declarative 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 declarative topic, visit your repo's landing page and select "manage topics."

Learn more