question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] - 'AWS_SECRET_ACCESS_KEY' requested on a digital ocean installation

See original GitHub issue

OS system and architecture in which you are running QHub

ubuntu 20.04

Expected behavior

running

nebari init --guided-init and installing on DO

running on DO so i’ve provided the following variables= SPACES_ACCESS_KEY_ID= … SPACES_SECRET_ACCESS_KEY= … DIGITALOCEAN_TOKEN= …

Actual behavior

here’s the output

anaconda3/lib/python3.9/site-packages/nebari/utils.py:163 in check_cloud_credentials

so you can see that it knows it’s supposed to be pulling AWS info, but the variable must be getting requested somewhere?

β”‚ β”‚ β”‚ 'jupyterhub': { β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ 'hub_title': 'Nebari - nebari', β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ 'hub_subtitle': 'Your open source data science platform, hosted on β”‚ β”‚ β”‚ β”‚ Digital Ocean', β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ 'welcome': 'Welcome! Learn about Nebari\'s features and β”‚ β”‚ β”‚ β”‚ configurations in <a href="https://ww'+191, β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ 'logo': β”‚ β”‚ β”‚ β”‚ 'https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horiz… β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ 'display_version': True β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ } β”‚ β”‚ β”‚ β”‚ β”‚ }, β”‚ β”‚ β”‚ β”‚ β”‚ 'helm_extensions': [], β”‚ β”‚ β”‚ β”‚ β”‚ 'monitoring': {'enabled': True}, β”‚ β”‚ β”‚ β”‚ β”‚ ... +10 β”‚ β”‚ β”‚ β”‚ } β”‚ β”‚ β”‚ β”‚ variable = 'AWS_SECRET_ACCESS_KEY'

How to Reproduce the problem?

run this on DO with guided init on an ubuntu 20.xx box

Command output

No response

Versions and dependencies used.

No response

Compute environment

No response

Integrations

No response

Anything else?

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
iameskildcommented, Dec 7, 2022

Closed by #1529

1reaction
iameskildcommented, Dec 7, 2022

Hi @alibama this issue should have been fixed in the latest release 2022.11.1, if you’re still running into trouble, please let us know πŸ˜ƒ

Read more comments on GitHub >

github_iconTop Results From Across the Web

The AWS Access Key Id you provided does not exist in our ...
I am following thistutorial to generate space keys. but when I am trying to upload the files using AWS-SDK it returns error. InvalidAccessKeyId:Β ......
Read more >
The AWS Access Key Id does not exist in our records
A client error (InvalidAccessKeyId) occurred when calling the ListBuckets operation: The AWS Access Key Id you provided does not exist in our records....
Read more >
Resolve Secrets Manager secret access errors after updating ...
Verify that the secret isn't encrypted with an AWS KMS managed key when accessing a secret in another account.
Read more >
Unable to use fog-aws with DigitalOcean Spaces ... - GitHub
As a hack in your code, you could check if the endpoint/host matches "digitaloceanspaces.com", and make sure than you pass the backup file...
Read more >
Resolve "AWS Access Key Id" errors when sending requests ...
The error message "The AWS Access Key Id you provided does not exist in our records" indicates that there's an issue with the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found