Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List and Delete API Keys from Command Line #64

Merged
merged 4 commits into from
Aug 12, 2024
Merged

Conversation

williams-jack
Copy link
Collaborator

Feature/Problem Description

Users running Orca should be able to list API keys and delete them on top of the already-implemented generate key functionality.

Solution (Changes Made)

  • Add scripts for listing and deleting keys.
  • Update key generation to produce a value with the correct length (previously was generating a string of double the expected size).
  • Generate key script now returns created key.
  • README updated in orchestrator to detail scripts and necessary environment variable.

},
}
);
const missing = Object.entries(values).filter(([_, v]) => v === undefined).map(([k, _]) => k);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be mildly more convenient to use if the -k option is optional when the -h host has a single unique key... Not urgent, but more convenient.

@blerner blerner merged commit 0b3bdef into main Aug 12, 2024
2 checks passed
@blerner blerner deleted the feat/list-and-delete-keys branch August 22, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants