@nage-api/config 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/README.md +172 -0
- package/dist/config.module.d.ts +28 -0
- package/dist/config.module.js +84 -0
- package/dist/config.service.d.ts +47 -0
- package/dist/config.service.js +106 -0
- package/dist/define-config.d.ts +69 -0
- package/dist/define-config.js +131 -0
- package/dist/env/base-env.schema.d.ts +55 -0
- package/dist/env/base-env.schema.js +42 -0
- package/dist/env/fail-fast.d.ts +25 -0
- package/dist/env/fail-fast.js +39 -0
- package/dist/env/load-env.d.ts +51 -0
- package/dist/env/load-env.js +94 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +48 -0
- package/dist/secrets/aws.secret-provider.d.ts +49 -0
- package/dist/secrets/aws.secret-provider.js +92 -0
- package/dist/secrets/caching.secret-provider.d.ts +24 -0
- package/dist/secrets/caching.secret-provider.js +55 -0
- package/dist/secrets/env.secret-provider.d.ts +21 -0
- package/dist/secrets/env.secret-provider.js +38 -0
- package/dist/tokens.d.ts +15 -0
- package/dist/tokens.js +16 -0
- package/package.json +68 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
# @nage-api/config
|
|
2
|
+
|
|
3
|
+
One typed configuration for a `@nage-api` application, validated once at boot
|
|
4
|
+
(PLAN.md §11).
|
|
5
|
+
|
|
6
|
+
Replaces the legacy pair of an `env.ts` singleton and `@nestjs/config` — two
|
|
7
|
+
systems, no validation, `env.get<T>() as T` — with a single source: a committed
|
|
8
|
+
`defineConfig()` literal, a zod schema for the environment, and a
|
|
9
|
+
`SecretProviderPort` for everything that must not be committed.
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```ts
|
|
14
|
+
// apps/api/src/config/env.schema.ts
|
|
15
|
+
import { baseEnvSchema, secretSchema } from '@nage-api/config';
|
|
16
|
+
import { z } from 'zod';
|
|
17
|
+
|
|
18
|
+
export const EnvSchema = baseEnvSchema.extend({
|
|
19
|
+
DATABASE_URL: z.url(),
|
|
20
|
+
JWT_PRIVATE_KEY: secretSchema,
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
export type Env = z.infer<typeof EnvSchema>;
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
```ts
|
|
27
|
+
// apps/api/src/config/nage.config.ts
|
|
28
|
+
import { defineConfig, defineConfigFragment } from '@nage-api/config';
|
|
29
|
+
|
|
30
|
+
import type { Env } from './env.schema.js';
|
|
31
|
+
|
|
32
|
+
// Normally imported from `@app/config`, shared by every app in the workspace.
|
|
33
|
+
const workspaceDefaults = defineConfigFragment({
|
|
34
|
+
logging: { json: true },
|
|
35
|
+
database: { driver: 'postgres', ssl: 'verify-full' },
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
export const buildConfig = (env: Env) =>
|
|
39
|
+
defineConfig(
|
|
40
|
+
{
|
|
41
|
+
app: { name: 'my-api', environment: env.NODE_ENV, port: env.PORT },
|
|
42
|
+
// Omitting `cors` disables it; an allow-list is what switches it on.
|
|
43
|
+
http: {
|
|
44
|
+
...(env.CORS_ORIGINS === undefined ? {} : { cors: { origins: env.CORS_ORIGINS } }),
|
|
45
|
+
},
|
|
46
|
+
database: { enabled: true, driver: 'postgres', url: env.DATABASE_URL },
|
|
47
|
+
secrets: { provider: 'aws', prefix: 'prod/my-api/' },
|
|
48
|
+
},
|
|
49
|
+
{ extends: [workspaceDefaults] },
|
|
50
|
+
);
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
```ts
|
|
54
|
+
// apps/api/src/app.module.ts
|
|
55
|
+
import { NageConfigModule } from '@nage-api/config';
|
|
56
|
+
import { NageCoreModule } from '@nage-api/core';
|
|
57
|
+
import { Module } from '@nestjs/common';
|
|
58
|
+
|
|
59
|
+
import { EnvSchema } from './config/env.schema.js';
|
|
60
|
+
import { buildConfig } from './config/nage.config.js';
|
|
61
|
+
|
|
62
|
+
const config = buildConfig(EnvSchema.parse(process.env));
|
|
63
|
+
|
|
64
|
+
@Module({
|
|
65
|
+
imports: [
|
|
66
|
+
// Core first: both modules publish NAGE_CONFIG, and the later import wins.
|
|
67
|
+
NageCoreModule.forRoot(config),
|
|
68
|
+
NageConfigModule.forRoot({ config, envSchema: EnvSchema }),
|
|
69
|
+
],
|
|
70
|
+
})
|
|
71
|
+
export class AppModule {}
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
```ts
|
|
75
|
+
// apps/api/src/main.ts
|
|
76
|
+
import { loadEnvOrExit } from '@nage-api/config';
|
|
77
|
+
import { bootstrap } from '@nage-api/core';
|
|
78
|
+
|
|
79
|
+
import { AppModule } from './app.module.js';
|
|
80
|
+
import { EnvSchema } from './config/env.schema.js';
|
|
81
|
+
import { buildConfig } from './config/nage.config.js';
|
|
82
|
+
|
|
83
|
+
const env = loadEnvOrExit(EnvSchema); // invalid env → stderr report, exit 1
|
|
84
|
+
void bootstrap({ module: AppModule, config: buildConfig(env) });
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
```ts
|
|
88
|
+
import { Inject, Injectable } from '@nestjs/common';
|
|
89
|
+
import { ConfigService } from '@nage-api/config';
|
|
90
|
+
|
|
91
|
+
import type { Env } from './env.schema.js';
|
|
92
|
+
|
|
93
|
+
@Injectable()
|
|
94
|
+
export class ReportService {
|
|
95
|
+
constructor(@Inject(ConfigService) private readonly config: ConfigService<Env>) {}
|
|
96
|
+
|
|
97
|
+
async run(): Promise<void> {
|
|
98
|
+
this.config.env('DATABASE_URL'); // string, typed by the schema
|
|
99
|
+
this.config.isEnabled('database'); // feature toggles (§11.1 item 6)
|
|
100
|
+
await this.config.requireSecret('JWT_PRIVATE_KEY');
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## The layers (§11.1)
|
|
106
|
+
|
|
107
|
+
| # | Layer | Where |
|
|
108
|
+
| --- | ------------------ | ---------------------------------------------------------------- |
|
|
109
|
+
| 1 | Framework defaults | `withDefaults()` — applied when the config is published |
|
|
110
|
+
| 2 | Workspace defaults | `defineConfigFragment()` in `@app/config`, passed via `extends` |
|
|
111
|
+
| 3 | App config | the app's own `defineConfig()` literal |
|
|
112
|
+
| 4 | Environment | `env.schema.ts`, validated by `loadEnv`/`loadEnvOrExit` |
|
|
113
|
+
| 5 | Secrets | `SecretProviderPort` — env, AWS Secrets Manager, or your own |
|
|
114
|
+
| 6 | Feature flags | `enabled` per block; a disabled feature contributes no providers |
|
|
115
|
+
|
|
116
|
+
Later layers win. Arrays **replace** rather than concatenate: a CORS allow-list
|
|
117
|
+
is a complete statement of policy, and appending to an inherited one is how an
|
|
118
|
+
override silently widens it.
|
|
119
|
+
|
|
120
|
+
## Behaviour worth knowing
|
|
121
|
+
|
|
122
|
+
**Failures are complete and early.** `loadEnv` reports _every_ problem at once,
|
|
123
|
+
so a misconfigured deployment is fixed in one pass instead of one restart per
|
|
124
|
+
variable. `NageConfigModule.forRoot()` validates while the module is being
|
|
125
|
+
built — before a port is bound.
|
|
126
|
+
|
|
127
|
+
**Reports never publish what they were validating.** For variables whose name
|
|
128
|
+
contains `SECRET`, `PASSWORD`, `TOKEN`, `KEY`, `CREDENTIAL`, `DSN`, `URL` or
|
|
129
|
+
`URI`, the message is reduced to "is required but not set" / "is set but has the
|
|
130
|
+
wrong shape (value hidden)". Env reports land in CI logs, and
|
|
131
|
+
`expected url, received postgres://user:pw@…` would publish the credential it
|
|
132
|
+
was rejecting.
|
|
133
|
+
|
|
134
|
+
**The env is only validated if you hand over the schema.** `forRoot({ config })`
|
|
135
|
+
without `envSchema` publishes an empty environment, so `config.env('X')` is
|
|
136
|
+
typed by your schema and `undefined` at run time. Passing `envSchema` is what
|
|
137
|
+
makes `ConfigService<Env>` true rather than a claim.
|
|
138
|
+
|
|
139
|
+
**Errors separate the two audiences.** `Error.message` names the variable, the
|
|
140
|
+
section or the secret for the operator and the log; the client-facing payload
|
|
141
|
+
stays `{ code: 'CONFIGURATION_INVALID', message: 'Internal server error' }`.
|
|
142
|
+
|
|
143
|
+
**Secrets are a port.** `EnvSecretProvider` is the default; `AwsSecretProvider`
|
|
144
|
+
loads the SDK lazily and treats it as an optional peer, so an app using env
|
|
145
|
+
secrets carries no AWS client. `CachingSecretProvider` wraps either with a TTL,
|
|
146
|
+
because a signing key should not be a per-request network call.
|
|
147
|
+
|
|
148
|
+
**Defaults are the safe ones.** `verify-full` TLS, a bounded `maxQueryLimit`,
|
|
149
|
+
RS256 with 15m access tokens, rotating refresh tokens with reuse detection,
|
|
150
|
+
argon2id passwords — applied whenever the relevant block is present, and
|
|
151
|
+
overridable in the open where `nage doctor` (Phase 4) can see it.
|
|
152
|
+
|
|
153
|
+
## Where the types live
|
|
154
|
+
|
|
155
|
+
The config _types_ (`NageConfig` and every block) are declared in
|
|
156
|
+
`@nage-api/contracts`, not here. Feature packages may not import each other, so a
|
|
157
|
+
package reading its own config block must find that type at the bottom of the
|
|
158
|
+
graph. This package owns the runtime that produces and validates a value.
|
|
159
|
+
|
|
160
|
+
## Not yet implemented
|
|
161
|
+
|
|
162
|
+
- The `vault` secret provider. `secrets.provider: 'vault'` throws a
|
|
163
|
+
`ConfigurationError` naming the two that work, rather than falling back to a
|
|
164
|
+
provider you did not ask for.
|
|
165
|
+
- Runtime configuration — the `Settings` module of §11.1 item 7, for values that
|
|
166
|
+
change without a redeploy. Everything here is settled at boot.
|
|
167
|
+
- Reading a `.env` file. Nothing in this package touches one: `loadEnv` reads
|
|
168
|
+
`process.env`, and populating it is the job of the process manager,
|
|
169
|
+
`docker compose`, or `node --env-file=.env`. `nage doctor` reads the
|
|
170
|
+
workspace's `.env` for its own audit, which is a different thing.
|
|
171
|
+
|
|
172
|
+
The deeper guide is [docs/packages/config.md](../../docs/packages/config.md).
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `NageConfigModule.forRoot({ config, envSchema })` (PLAN.md §11).
|
|
3
|
+
*
|
|
4
|
+
* Validates the environment and publishes the typed config, env and secret
|
|
5
|
+
* provider. Validation happens while the module is being built, so a
|
|
6
|
+
* misconfigured process fails during boot — before a port is bound and before a
|
|
7
|
+
* single request is served (§21).
|
|
8
|
+
*/
|
|
9
|
+
import { type DynamicModule } from '@nestjs/common';
|
|
10
|
+
import type { NageConfig, SecretProviderPort, SecretsConfig } from '@nage-api/contracts';
|
|
11
|
+
import { type EnvRecord } from './config.service.js';
|
|
12
|
+
import { type EnvSchema } from './env/load-env.js';
|
|
13
|
+
export interface NageConfigModuleOptions<TEnv extends EnvRecord = EnvRecord> {
|
|
14
|
+
/** The application's `defineConfig()` result. */
|
|
15
|
+
readonly config: NageConfig;
|
|
16
|
+
/** Schema for the variables this app reads; validated at boot. */
|
|
17
|
+
readonly envSchema?: EnvSchema<TEnv>;
|
|
18
|
+
/** Defaults to `process.env`. */
|
|
19
|
+
readonly envSource?: Record<string, string | undefined>;
|
|
20
|
+
/** Pre-built provider; overrides `config.secrets.provider`. */
|
|
21
|
+
readonly secretProvider?: SecretProviderPort;
|
|
22
|
+
}
|
|
23
|
+
/** Build the provider named by the config, wrapped in the configured cache. */
|
|
24
|
+
export declare function createSecretProvider(secrets: SecretsConfig | undefined): SecretProviderPort;
|
|
25
|
+
export declare class NageConfigModule {
|
|
26
|
+
static forRoot<TEnv extends EnvRecord = EnvRecord>(options: NageConfigModuleOptions<TEnv>): DynamicModule;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=config.module.d.ts.map
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* `NageConfigModule.forRoot({ config, envSchema })` (PLAN.md §11).
|
|
4
|
+
*
|
|
5
|
+
* Validates the environment and publishes the typed config, env and secret
|
|
6
|
+
* provider. Validation happens while the module is being built, so a
|
|
7
|
+
* misconfigured process fails during boot — before a port is bound and before a
|
|
8
|
+
* single request is served (§21).
|
|
9
|
+
*/
|
|
10
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
12
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
13
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var NageConfigModule_1;
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.NageConfigModule = void 0;
|
|
19
|
+
exports.createSecretProvider = createSecretProvider;
|
|
20
|
+
const common_1 = require("@nestjs/common");
|
|
21
|
+
const core_1 = require("@nage-api/core");
|
|
22
|
+
const config_service_js_1 = require("./config.service.js");
|
|
23
|
+
const define_config_js_1 = require("./define-config.js");
|
|
24
|
+
const load_env_js_1 = require("./env/load-env.js");
|
|
25
|
+
const aws_secret_provider_js_1 = require("./secrets/aws.secret-provider.js");
|
|
26
|
+
const caching_secret_provider_js_1 = require("./secrets/caching.secret-provider.js");
|
|
27
|
+
const env_secret_provider_js_1 = require("./secrets/env.secret-provider.js");
|
|
28
|
+
const tokens_js_1 = require("./tokens.js");
|
|
29
|
+
/** Build the provider named by the config, wrapped in the configured cache. */
|
|
30
|
+
function createSecretProvider(secrets) {
|
|
31
|
+
const provider = (() => {
|
|
32
|
+
switch (secrets?.provider ?? 'env') {
|
|
33
|
+
case 'env':
|
|
34
|
+
return new env_secret_provider_js_1.EnvSecretProvider(secrets?.prefix === undefined ? {} : { prefix: secrets.prefix });
|
|
35
|
+
case 'aws':
|
|
36
|
+
return new aws_secret_provider_js_1.AwsSecretProvider({
|
|
37
|
+
...(secrets?.prefix === undefined ? {} : { prefix: secrets.prefix }),
|
|
38
|
+
...(secrets?.region === undefined ? {} : { region: secrets.region }),
|
|
39
|
+
});
|
|
40
|
+
case 'vault':
|
|
41
|
+
throw new core_1.ConfigurationError({
|
|
42
|
+
detail: 'The vault secret provider is not implemented yet',
|
|
43
|
+
meta: { hint: 'Use secrets.provider "env" or "aws", or supply secretProvider directly.' },
|
|
44
|
+
});
|
|
45
|
+
default:
|
|
46
|
+
throw new core_1.ConfigurationError({
|
|
47
|
+
message: `Unknown secret provider "${String(secrets?.provider)}"`,
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
})();
|
|
51
|
+
const ttlSeconds = secrets?.cacheTtlSeconds ?? 300;
|
|
52
|
+
return ttlSeconds > 0 ? new caching_secret_provider_js_1.CachingSecretProvider(provider, { ttlSeconds }) : provider;
|
|
53
|
+
}
|
|
54
|
+
let NageConfigModule = NageConfigModule_1 = class NageConfigModule {
|
|
55
|
+
static forRoot(options) {
|
|
56
|
+
// Throws EnvValidationError listing every problem at once. Callers that want
|
|
57
|
+
// an exit code instead of a stack trace validate with `loadEnvOrExit` before
|
|
58
|
+
// building the module.
|
|
59
|
+
const env = options.envSchema === undefined
|
|
60
|
+
? {}
|
|
61
|
+
: (0, load_env_js_1.loadEnv)(options.envSchema, {
|
|
62
|
+
...(options.envSource === undefined ? {} : { source: options.envSource }),
|
|
63
|
+
});
|
|
64
|
+
const config = (0, define_config_js_1.withDefaults)(options.config);
|
|
65
|
+
const secretProvider = options.secretProvider ?? createSecretProvider(config.secrets);
|
|
66
|
+
const providers = [
|
|
67
|
+
{ provide: core_1.NAGE_CONFIG, useValue: config },
|
|
68
|
+
{ provide: tokens_js_1.NAGE_ENV, useValue: env },
|
|
69
|
+
{ provide: tokens_js_1.NAGE_SECRET_PROVIDER, useValue: secretProvider },
|
|
70
|
+
config_service_js_1.ConfigService,
|
|
71
|
+
];
|
|
72
|
+
return {
|
|
73
|
+
module: NageConfigModule_1,
|
|
74
|
+
providers,
|
|
75
|
+
exports: [core_1.NAGE_CONFIG, tokens_js_1.NAGE_ENV, tokens_js_1.NAGE_SECRET_PROVIDER, config_service_js_1.ConfigService],
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
exports.NageConfigModule = NageConfigModule;
|
|
80
|
+
exports.NageConfigModule = NageConfigModule = NageConfigModule_1 = __decorate([
|
|
81
|
+
(0, common_1.Global)(),
|
|
82
|
+
(0, common_1.Module)({})
|
|
83
|
+
], NageConfigModule);
|
|
84
|
+
//# sourceMappingURL=config.module.js.map
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `ConfigService<TEnv>` — one typed way to read configuration (PLAN.md §11, §13).
|
|
3
|
+
*
|
|
4
|
+
* The legacy framework had two systems: an `env.ts` singleton with
|
|
5
|
+
* `env.get<T>() as T`, and `@nestjs/config` alongside it. Here there is one
|
|
6
|
+
* service, and every read is typed:
|
|
7
|
+
*
|
|
8
|
+
* - `service.config` is the validated `NageConfig` literal
|
|
9
|
+
* - `service.env('DATABASE_URL')` is typed by the app's own zod schema
|
|
10
|
+
* - `service.secret('JWT_PRIVATE_KEY')` goes through the `SecretProviderPort`
|
|
11
|
+
*
|
|
12
|
+
* There is deliberately no string-keyed `get('a.b.c')`: a path is not a type.
|
|
13
|
+
*/
|
|
14
|
+
import type { NageConfig, NodeEnvironment, SecretProviderPort } from '@nage-api/contracts';
|
|
15
|
+
/** Any validated environment object. */
|
|
16
|
+
export type EnvRecord = Record<string, unknown>;
|
|
17
|
+
export declare class ConfigService<TEnv extends EnvRecord = EnvRecord> {
|
|
18
|
+
private readonly configuration;
|
|
19
|
+
private readonly environment;
|
|
20
|
+
private readonly secrets;
|
|
21
|
+
constructor(configuration: NageConfig, environment: TEnv, secrets: SecretProviderPort);
|
|
22
|
+
/** The whole validated configuration. */
|
|
23
|
+
get config(): NageConfig;
|
|
24
|
+
/** One config block, e.g. `configService.section('database')`. */
|
|
25
|
+
section<TKey extends keyof NageConfig>(key: TKey): NageConfig[TKey];
|
|
26
|
+
/**
|
|
27
|
+
* A config block that must be present and enabled. Feature packages call this
|
|
28
|
+
* in `forRoot`, so a feature enabled without its settings fails at boot rather
|
|
29
|
+
* than at the first request.
|
|
30
|
+
*/
|
|
31
|
+
requireSection<TKey extends keyof NageConfig>(key: TKey): NonNullable<NageConfig[TKey]>;
|
|
32
|
+
/** Is an optional feature switched on? (§11.1 item 6.) */
|
|
33
|
+
isEnabled(feature: 'database' | 'auth' | 'cache' | 'queue' | 'storage' | 'realtime' | 'notify'): boolean;
|
|
34
|
+
/** A validated environment variable, typed by the application's schema. */
|
|
35
|
+
env<TKey extends keyof TEnv>(key: TKey): TEnv[TKey];
|
|
36
|
+
/** The whole validated environment. */
|
|
37
|
+
get envs(): TEnv;
|
|
38
|
+
/** A secret from the configured provider, or `null` when unset. */
|
|
39
|
+
secret(name: string): Promise<string | null>;
|
|
40
|
+
/** A secret that must exist; rejects otherwise. */
|
|
41
|
+
requireSecret(name: string): Promise<string>;
|
|
42
|
+
get environmentName(): NodeEnvironment;
|
|
43
|
+
get isProduction(): boolean;
|
|
44
|
+
get isDevelopment(): boolean;
|
|
45
|
+
get isTest(): boolean;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=config.service.d.ts.map
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* `ConfigService<TEnv>` — one typed way to read configuration (PLAN.md §11, §13).
|
|
4
|
+
*
|
|
5
|
+
* The legacy framework had two systems: an `env.ts` singleton with
|
|
6
|
+
* `env.get<T>() as T`, and `@nestjs/config` alongside it. Here there is one
|
|
7
|
+
* service, and every read is typed:
|
|
8
|
+
*
|
|
9
|
+
* - `service.config` is the validated `NageConfig` literal
|
|
10
|
+
* - `service.env('DATABASE_URL')` is typed by the app's own zod schema
|
|
11
|
+
* - `service.secret('JWT_PRIVATE_KEY')` goes through the `SecretProviderPort`
|
|
12
|
+
*
|
|
13
|
+
* There is deliberately no string-keyed `get('a.b.c')`: a path is not a type.
|
|
14
|
+
*/
|
|
15
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
16
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
18
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
23
|
+
};
|
|
24
|
+
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
25
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.ConfigService = void 0;
|
|
29
|
+
const common_1 = require("@nestjs/common");
|
|
30
|
+
const core_1 = require("@nage-api/core");
|
|
31
|
+
const tokens_js_1 = require("./tokens.js");
|
|
32
|
+
const core_2 = require("@nage-api/core");
|
|
33
|
+
let ConfigService = class ConfigService {
|
|
34
|
+
configuration;
|
|
35
|
+
environment;
|
|
36
|
+
secrets;
|
|
37
|
+
constructor(configuration, environment, secrets) {
|
|
38
|
+
this.configuration = configuration;
|
|
39
|
+
this.environment = environment;
|
|
40
|
+
this.secrets = secrets;
|
|
41
|
+
}
|
|
42
|
+
/** The whole validated configuration. */
|
|
43
|
+
get config() {
|
|
44
|
+
return this.configuration;
|
|
45
|
+
}
|
|
46
|
+
/** One config block, e.g. `configService.section('database')`. */
|
|
47
|
+
section(key) {
|
|
48
|
+
return this.configuration[key];
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* A config block that must be present and enabled. Feature packages call this
|
|
52
|
+
* in `forRoot`, so a feature enabled without its settings fails at boot rather
|
|
53
|
+
* than at the first request.
|
|
54
|
+
*/
|
|
55
|
+
requireSection(key) {
|
|
56
|
+
const section = this.configuration[key];
|
|
57
|
+
if (section === undefined) {
|
|
58
|
+
throw new core_1.ConfigurationError({
|
|
59
|
+
detail: `Configuration section "${key}" is required but missing`,
|
|
60
|
+
meta: { section: key },
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
return section;
|
|
64
|
+
}
|
|
65
|
+
/** Is an optional feature switched on? (§11.1 item 6.) */
|
|
66
|
+
isEnabled(feature) {
|
|
67
|
+
return this.configuration[feature]?.enabled === true;
|
|
68
|
+
}
|
|
69
|
+
/** A validated environment variable, typed by the application's schema. */
|
|
70
|
+
env(key) {
|
|
71
|
+
return this.environment[key];
|
|
72
|
+
}
|
|
73
|
+
/** The whole validated environment. */
|
|
74
|
+
get envs() {
|
|
75
|
+
return this.environment;
|
|
76
|
+
}
|
|
77
|
+
/** A secret from the configured provider, or `null` when unset. */
|
|
78
|
+
secret(name) {
|
|
79
|
+
return this.secrets.get(name);
|
|
80
|
+
}
|
|
81
|
+
/** A secret that must exist; rejects otherwise. */
|
|
82
|
+
requireSecret(name) {
|
|
83
|
+
return this.secrets.require(name);
|
|
84
|
+
}
|
|
85
|
+
get environmentName() {
|
|
86
|
+
return this.configuration.app.environment;
|
|
87
|
+
}
|
|
88
|
+
get isProduction() {
|
|
89
|
+
return this.environmentName === 'production';
|
|
90
|
+
}
|
|
91
|
+
get isDevelopment() {
|
|
92
|
+
return this.environmentName === 'development';
|
|
93
|
+
}
|
|
94
|
+
get isTest() {
|
|
95
|
+
return this.environmentName === 'test';
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
exports.ConfigService = ConfigService;
|
|
99
|
+
exports.ConfigService = ConfigService = __decorate([
|
|
100
|
+
(0, common_1.Injectable)(),
|
|
101
|
+
__param(0, (0, common_1.Inject)(core_2.NAGE_CONFIG)),
|
|
102
|
+
__param(1, (0, common_1.Inject)(tokens_js_1.NAGE_ENV)),
|
|
103
|
+
__param(2, (0, common_1.Inject)(tokens_js_1.NAGE_SECRET_PROVIDER)),
|
|
104
|
+
__metadata("design:paramtypes", [Object, Object, Object])
|
|
105
|
+
], ConfigService);
|
|
106
|
+
//# sourceMappingURL=config.service.js.map
|