Closed whiskeysierra closed 8 years ago
Env var examples:
REST_CLIENTS_ECB_BASE_URL=http://localhost:8080
Should security
be renamed to oauth
?
Should security be renamed to oauth
Probably
Do we need top level oauth
containing accessTokenUrl
?
Do we need top level oauth containing accessTokenUrl?
I was thinking about a reserved oauth
client for stuff like this.
Actually for the two OAUTH urls we have somewhat well-defined environment variable names that we can rely on.
ACCESS_TOKEN_URL
for requesting new tokensTOKENINFO_URL
for token verificationMaybe we can go without dotted properties like oauth.enabled
and use nesting.
Also the enablement could be deducted form presence of property, you do not need flag for this
Maybe we can go without dotted properties like oauth.enabled and use nesting.
Both are equivalent in Spring Boot.
Also the enablement could be deducted form presence of property, you do not need flag for this
That would mean it's unsecured by default? (not oauth property = disabled?)
yes, not oauth property == disabled