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

Remove v4 #139

Merged
merged 4 commits into from
Nov 17, 2022
Merged

Remove v4 #139

merged 4 commits into from
Nov 17, 2022

Conversation

jtuttle
Copy link
Member

@jtuttle jtuttle commented Nov 17, 2022

Removes all references to Conjur v4, which is no longer supported.

@jtuttle jtuttle requested a review from a team as a code owner November 17, 2022 14:08
@@ -11,27 +11,10 @@ const (
TimeFormatToken4 = "2006-01-02 15:04:05 MST"
)

type AuthnToken interface {
Copy link
Member Author

Choose a reason for hiding this comment

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

Interface is no longer needed since we're not doing any polymorphism w/ v4 vs v5 tokens.

@@ -3,13 +3,11 @@
export compose_file="../docker-compose.yml"

function announce() {
BLUE='\033[0;34m'
Copy link
Member Author

Choose a reason for hiding this comment

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

This was just super hard to read on default terminal colors so I ditched it.

router Router
}

type Router interface {
Copy link
Member Author

Choose a reason for hiding this comment

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

I moved all the methods defined in this interface directly into client.go for now.

Copy link
Contributor

@rpothier rpothier left a comment

Choose a reason for hiding this comment

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

Yeah!

@jtuttle jtuttle merged commit 31bfa2a into main Nov 17, 2022
@jtuttle jtuttle deleted the remove-v4 branch November 17, 2022 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants