drift
Here are 73 public repositories matching this topic...
Problem
Right now any user with a valid auth token can retrieve any tag resource as long as they know the ID of the resource. We should return a 404 (Not found) error if someone tries to retrieve/update/delete a resource that does not have a matching account_id
Solution
In the show, update, and delete methods of the tag controller, let's add an authorize plug (middleware)
-
Updated
Mar 19, 2021 - JavaScript
-
Updated
Nov 24, 2020 - Python
Description
As discussed cloudskiff/driftctl#334 - and documented here.
It is expected that running driftctl against a terraform state generated by an unsupported version should not be possible and be reported clearly to the user.
In the case of multiple Terraform versions inside
-
Updated
Nov 6, 2019 - Python
-
Updated
Feb 13, 2020 - Go
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 24, 2020 - C++
-
Updated
Feb 10, 2017 - Shell
-
Updated
May 26, 2020 - Python
-
Updated
Feb 24, 2020 - C#
I'm submitting a ...
- bug report
What is the current behavior? [REQUIRED]
- If username in DB is lower-case but user used upper case to log-in, the server rejects his first packet due to ticket mismatch.
Steps to reproduce [REQUIRED]
- Create user with lower-case (eg. helloworld)
- Login with upper-case (eg. Helloworld)
What is the expected behavior? [REQUIRED]
User
-
Updated
Sep 8, 2017 - R
-
Updated
Feb 16, 2021 - Python
-
Updated
Sep 17, 2020 - TypeScript
Tailor shells out to oc, and expects a valid session (which is checked via whoami). If there is no valid session, it would be nice if Tailor would exit with a special exit code so that downstream scripts can respond well to this case.
ref opendevstack/ods-jenkins-shared-library#460
FYI @clemensutschig
-
Updated
May 14, 2019 - Python
-
Updated
Jan 8, 2020 - C#
-
Updated
Sep 4, 2017 - C++
-
Updated
Nov 28, 2018 - Java
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Jupyter Notebook
-
Updated
Feb 2, 2021 - HCL
Improve this page
Add a description, image, and links to the drift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the drift topic, visit your repo's landing page and select "manage topics."


All the steps and configs are not shown while creating an inbox. So after creating an inbox user could be shown a link to do further setting and configs.