-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: remove env config in public key api and cert rotation api #96
Conversation
if err != nil { | ||
return fmt.Errorf("failed to load config: %w", err) | ||
} | ||
|
||
firestoreDoc, err := util.ParseFirestoreDocResource(cryptoCfg.FirestoreDocResourceName) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if we want this to be firestore per the doc just shared out. I'm worried about the coupling here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're unsure about firestore, maybe we should defer using firestore at all. It's not like we're missing functionality without it. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree on deferring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. I will revert the previous PR which already uses firestore #91 #97 and https://github.com/abcxyz/infra/pull/10
closed because we are deferring the firestore |
remove env config in public key api and cert rotation api