secret-key Questions

10

This project was working fine until I used environ to make SECRET_KEY and DEBUG as environment variable using environ. After I am getting this error:- The output is: (env) E:\ecommercedj>python ...
Humanize asked 28/7, 2020 at 15:7

6

So I am trying to get my rails app to deploy in production mode, but I get the error: Missing secret_token and secret_key_base for 'production' environment, set these values in config/secrets.yml ...

5

Solved

Just configured the AWS CLI on my computer with my AWS Access and Secret Key. When I try to use the AWS CLI though it gives me this error. Partial credentials found in env, missing: AWS_SECRET_ACC...
Grassland asked 13/2, 2018 at 18:19

5

Solved

I am trying to create a secret scope in a Databricks notebook. The notebook is running using a cluster created by my company's admin - I don't have access to create or edit clusters. I'm following ...
Tamah asked 24/4, 2019 at 20:4

8

Solved

Has Microsoft changed the expiration date for Client secrets to be max 2 years? It is not possible to select "Never" anymore?
Apical asked 13/4, 2021 at 12:36

4

I have a secret key called API_KEY that I want to access inside of package.json's scripts. package.json { "scripts": { "start": "web-ext run --api-key=API_KEY" } } My .env file contains API_...
Fried asked 22/9, 2019 at 5:46

2

On developers machines, when using aws --configure and s3cmd configure, the AWS key and secret are stored in a plain text file. For security reasons I'd like the secret, at least, to be kept in a ...

4

Solved

When I run my server,I suffered following errors. Error: Config validation error: "JWT_SECRET" is required. "JWT_EXPIRATION_TIME" is required Therefore I must set JWT secret key...
Jarita asked 9/9, 2020 at 4:27

2

Solved

I uploaded my django project on github and I have a lot of commits on my project. I don't want to delete my project and reupload it again. what is the easiest way to hide secret key after uploading...
Hamann asked 5/10, 2020 at 12:32

6

Solved

I have a terraform config which creates an AWS IAM user with an access key, and I assign both id and secret to output variables: ... resource "aws_iam_access_key" "brand_new_user" { user = aws_i...
Goolsby asked 24/12, 2019 at 21:58

3

I was wondering about the safety of some thing in my app.py flask app. First the database, I'm using mysql and currently I am connecting to it in the following way: # Config MySQL app.config['MYS...
Bisect asked 8/12, 2017 at 12:5

2

I have some "easy" questions about the SECRET_KEY settings in django: What is its minimum, maximum and recommended length? Can I leave it blank? What if I use a very long SECRET_KEY, will some ...
Demitria asked 29/11, 2016 at 1:57

2

Solved

If I write a google apps script, and within the script I need to invoke third party APIs or make database calls, what is the appropriate way of managing secret API keys and passwords? Is there any...

1

Solved

How do safely store passwords and API keys within an .env file and properly parse them? using python? I want to store passwords that I do not wish to push into public repos.
Damselfish asked 22/1, 2022 at 12:53

1

Solved

As I am a programmer with solely experience with production environments in the cloud that run with a cloud-based secret manager, I was wondering: How are secrets managed in an on-premise instance?...
Registration asked 23/9, 2021 at 17:22

2

Solved

I have a flutter web app and for accessing the database I have hardcoded an APIKey in a secrets.dart file, And this works perfectly fine. I have added this file to .gitignore in order to prevent it...
Delusive asked 14/6, 2021 at 2:23

5

Solved

I am about to use the following script to encrypt and decrypt some data. I am using it because my current encryption does not work on our new server. We are currently using mcrypt so I want to chan...
Sternick asked 9/9, 2016 at 13:31

12

Solved

How can I hide my passwords and other sensitive environment variables on-screen in Laravel's whoops output? Sometimes other people are looking at my development work. I don't want them to see thes...
Nankeen asked 25/9, 2017 at 13:57

4

Solved

The flask app can login and register all fine on localhost. But this becomes an issue when i push it to heroku. It shows the above mentioned error. Here's the app.py code from flask import Flask, ...
Cirilo asked 26/2, 2016 at 17:15

1

I have created an opensource project that I have been working on slowly for a couple of weeks. I started looking into APIs that could be used and was interested in using WikiArt Api but was not sur...
Stonecrop asked 10/11, 2020 at 0:7

2

Solved

while pulling from git hub i lost my secret key which i have updated. is there any way to obtain secret key for the same project. while pulling from git hub i lost my secret key which i have update...
Annelleannemarie asked 27/9, 2020 at 23:17

3

Solved

I have a project on GitHub behind a private repository. I want to make the repo public. However, my project uses secret keys. How can I make the project public while still protecting the "hist...
Younker asked 4/11, 2010 at 21:26

3

I have a simple project that makes HTTP requests to an API endpoint and uses an API Key that I want to keep secret. Initially I put the key in its own file, imported the key into the file that uses...
Brierwood asked 12/10, 2018 at 18:10

4

I came across many APIs that give the user both an API key and a secret. But my question is: what is the difference between both? In my eyes, one key can be enough. Say I have a key and only I and...
Fogged asked 19/7, 2012 at 9:38

1

Solved

So I'm having issues trying to get Visual Studio to add user secrets to a property that is an array. I have a feeling this sort of thing can't be done but I really need to have a way of iterating t...
Lashawn asked 14/2, 2020 at 21:56

© 2022 - 2025 — McMap. All rights reserved.