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

Add command to add Artifactory Auth #91

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

afujiwara-roblox
Copy link
Collaborator

We can already read Artifactory tokens, but Foreman has no way of adding the tokens them itself. This PR looks to add the command artifactory-auth, that places the tokens in the expected format in the expected location.

This PR also includes a minor version bump since we are adding behavior.

store.insert(
key.to_owned(),
Credentials {
username: "".to_owned(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The artifactory auth format assumes a username field exists, but it isn't actually used to authenticate to Artifactory

@afujiwara-roblox afujiwara-roblox marked this pull request as ready for review March 5, 2024 17:29
@afujiwara-roblox afujiwara-roblox merged commit 2774595 into main Mar 5, 2024
10 checks passed
@afujiwara-roblox afujiwara-roblox deleted the feature/artifactory-token branch March 5, 2024 18:58
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants