1.2.0 • Published 8 months ago
@kubernetes-models/spiffe v1.2.0
@kubernetes-models/spiffe
SPIFFE models.
Installation
Install with npm.
npm install @kubernetes-models/spiffe
Usage
import { SpiffeID } from "@kubernetes-models/spiffe/spiffeid.spiffe.io/v1beta1/SpiffeID";
const id = new SpiffeID({
metadata: {
name: "test-id"
},
spec: {
parentId: 'spiffe://example.org/spire/server',
spiffeId: 'spiffe://example.org/test',
selector: {
namespace: 'default',
podName: 'test-pod'
},
}
});
// Validate against JSON schema
id.validate();
License
MIT
1.2.0
8 months ago
1.1.4
8 months ago
0.0.0-20240608085410
8 months ago
0.0.0-20240608155033
8 months ago
0.0.0-20240610074310
8 months ago
0.0.0-20240402180946
10 months ago
0.0.0-20240403022011
10 months ago
0.0.0-20240402174322
10 months ago
0.0.0-20240401155416
10 months ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
0.0.0-20230404142451
2 years ago
0.0.0-20230404141129
2 years ago
0.0.0-20230407124751
2 years ago
0.0.0-20230407125710
2 years ago
0.0.0-20230404121257
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.2.0
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago